From c5c75d5a6ecb9cffe026f5f88c6d415201ff39ed Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 26 Jun 2024 09:59:49 -0400 Subject: [PATCH] config/qtile: add keybind to run autorandr --- 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 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