diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index 3c620f6..d0b3f58 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -474,6 +474,11 @@ keys = [ lazy.spawn("thunderbird"), desc="Launch thunderbird", ), + Key( + [Keys.SUPER, Keys.ALT, Keys.CONTROL], "m", + lazy.spawn("autorandr -c"), + desc="Run autorandr", + ), ] # fmt: on