config/qtile: add thunderbird hotkey
This commit is contained in:
parent
2246d681ce
commit
38a15de462
1 changed files with 5 additions and 0 deletions
|
@ -449,6 +449,11 @@ keys = [
|
|||
# lazy.spawn("arandr"),
|
||||
# desc="Launch arandr",
|
||||
# ),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "t",
|
||||
lazy.spawn("thunderbird"),
|
||||
desc="Launch thunderbird",
|
||||
),
|
||||
]
|
||||
# fmt: on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue