infinidoge/qtile: add arandr
This commit is contained in:
parent
12d6493289
commit
eb609aee70
1 changed files with 5 additions and 0 deletions
|
@ -411,6 +411,11 @@ keys = [
|
||||||
lazy.spawn("flameshot gui"),
|
lazy.spawn("flameshot gui"),
|
||||||
desc="Launch screenshot tool",
|
desc="Launch screenshot tool",
|
||||||
),
|
),
|
||||||
|
Key(
|
||||||
|
[Keys.SUPER, Keys.ALT], "m",
|
||||||
|
lazy.spawn("arandr"),
|
||||||
|
desc="Launch arandr",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue