aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-13 07:09:56 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-13 07:09:56 +0530
commitbed6169513e95a508e654cd48cc9e013e2f3d3fa (patch)
treef4d48518548ab33b3f729655edd01c75d99cd057 /.config/XMonad
parenta1c5e2a8b6df8967ed32b270edbc96782bf56bef (diff)
added thunderbird keybinding
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)