config/qtile: add keybind to run autorandr

This commit is contained in:
Infinidoge 2024-06-26 09:59:49 -04:00
parent d64340dab6
commit c5c75d5a6e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

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