config/qtile: add gnome-screenshot keybinding

This commit is contained in:
Infinidoge 2021-11-15 07:59:29 -05:00
parent 3fd4811727
commit 463e1d65b6

View file

@ -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