diff options
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) |