diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 14:34:18 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 14:34:18 +0530 |
commit | e6c314476d30d00af73bc650d1330e13ef8c91e8 (patch) | |
tree | 28d07f069cd457fa23cbf577b6041a33d931a4b8 /.config/XMonad/lib/Keybindings.hs | |
parent | 0fdefd374e4a007a41c540bec0550791530a1f66 (diff) |
changes
Diffstat (limited to '.config/XMonad/lib/Keybindings.hs')
-rw-r--r-- | .config/XMonad/lib/Keybindings.hs | 3 |
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) |