aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad
diff options
context:
space:
mode:
Diffstat (limited to '.config/XMonad')
-rw-r--r--.config/XMonad/lib/Keybindings.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs
index 9413be3..da38cb6 100644
--- a/.config/XMonad/lib/Keybindings.hs
+++ b/.config/XMonad/lib/Keybindings.hs
@@ -190,6 +190,7 @@ myKeybindingsP = [
-- other apps
-- TODO: add scrcpy
, ("M-y e", spawn myTextEditor)
+ , ("M-y S-e", spawn "thunderbird")
, ("M-y t", spawn myTorrentClient)
, ("M-y S-t", spawn "torbrowser-launcher")
, ("M-y i", spawn myBrowser)