From 38a15de4627c0930f821b1537e3f6a871c009a6a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 30 Oct 2023 09:04:18 -0400 Subject: [PATCH] config/qtile: add thunderbird hotkey --- users/infinidoge/config/qtile/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index 3160f07..4e29c10 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -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