feat(qtile): replace gnome-screenshot with flameshot
This commit is contained in:
parent
d9170aea67
commit
f3cca0fb1a
2 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ keys = [
|
|||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "s",
|
||||
lazy.spawn("gnome-screenshot -i"), # Potentially replace with shutter
|
||||
lazy.spawn("flameshot gui"),
|
||||
desc="Launch screenshot tool",
|
||||
),
|
||||
]
|
||||
|
|
|
@ -45,7 +45,7 @@ in
|
|||
teams
|
||||
|
||||
libsForQt5.dolphin
|
||||
gnome.gnome-screenshot
|
||||
flameshot
|
||||
|
||||
sxiv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue