config/qtile: add gnome-screenshot keybinding
This commit is contained in:
parent
3fd4811727
commit
463e1d65b6
1 changed files with 5 additions and 0 deletions
|
@ -356,6 +356,11 @@ keys = [
|
||||||
lazy.spawn("speedcrunch"),
|
lazy.spawn("speedcrunch"),
|
||||||
desc="Launch Speedcrunch",
|
desc="Launch Speedcrunch",
|
||||||
),
|
),
|
||||||
|
Key(
|
||||||
|
[Keys.SUPER, Keys.ALT], "s",
|
||||||
|
lazy.spawn("gnome-screenshot -i"), # Potentially replace with shutter
|
||||||
|
desc="Launch screenshot tool",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue