infinidoge/qtile: add arandr

This commit is contained in:
Infinidoge 2023-08-10 11:04:40 -04:00
parent 12d6493289
commit eb609aee70

View file

@ -411,6 +411,11 @@ keys = [
lazy.spawn("flameshot gui"),
desc="Launch screenshot tool",
),
Key(
[Keys.SUPER, Keys.ALT], "m",
lazy.spawn("arandr"),
desc="Launch arandr",
),
]
# fmt: on