From 463e1d65b667fdd11a229dbd5283fb515f3613a6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 15 Nov 2021 07:59:29 -0500 Subject: [PATCH] config/qtile: add gnome-screenshot keybinding --- users/infinidoge/config/qtile/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index be2ed98..54e8a04 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -356,6 +356,11 @@ keys = [ lazy.spawn("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