config/qtile: add thunderbird hotkey

This commit is contained in:
Infinidoge 2023-10-30 09:04:18 -04:00
parent 2246d681ce
commit 38a15de462

View file

@ -449,6 +449,11 @@ keys = [
# lazy.spawn("arandr"), # lazy.spawn("arandr"),
# desc="Launch arandr", # desc="Launch arandr",
# ), # ),
Key(
[Keys.SUPER, Keys.ALT], "t",
lazy.spawn("thunderbird"),
desc="Launch thunderbird",
),
] ]
# fmt: on # fmt: on