config/qtile: add keybind to run autorandr
This commit is contained in:
parent
d64340dab6
commit
c5c75d5a6e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue