aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 14:34:18 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 14:34:18 +0530
commite6c314476d30d00af73bc650d1330e13ef8c91e8 (patch)
tree28d07f069cd457fa23cbf577b6041a33d931a4b8 /.config/XMonad
parent0fdefd374e4a007a41c540bec0550791530a1f66 (diff)
changes
Diffstat (limited to '.config/XMonad')
-rw-r--r--.config/XMonad/lib/Keybindings.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs
index 3c7044d..dac9ce7 100644
--- a/.config/XMonad/lib/Keybindings.hs
+++ b/.config/XMonad/lib/Keybindings.hs
@@ -210,7 +210,8 @@ myKeybindingsP = [
-- other apps
-- TODO: add scrcpy
, ("M-y e", spawn myTextEditor)
- , ("M-d", spawn myTextEditor)
+ , ("M-d", spawn myTextEditor)
+ , ("M-S-d", spawn "firejail discord")
, ("M-y S-e", spawn "thunderbird")
, ("M-t", spawn "thunderbird")
, ("M-y t", spawn myTorrentClient)