feat(qtile): replace gnome-screenshot with flameshot

This commit is contained in:
Infinidoge 2022-03-22 00:32:59 -04:00
parent d9170aea67
commit f3cca0fb1a
2 changed files with 2 additions and 2 deletions

View file

@ -358,7 +358,7 @@ keys = [
), ),
Key( Key(
[Keys.SUPER, Keys.ALT], "s", [Keys.SUPER, Keys.ALT], "s",
lazy.spawn("gnome-screenshot -i"), # Potentially replace with shutter lazy.spawn("flameshot gui"),
desc="Launch screenshot tool", desc="Launch screenshot tool",
), ),
] ]

View file

@ -45,7 +45,7 @@ in
teams teams
libsForQt5.dolphin libsForQt5.dolphin
gnome.gnome-screenshot flameshot
sxiv sxiv