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