diff options
Diffstat (limited to 'config/X')
-rw-r--r-- | config/X/xmonad/xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index 8b7ea0c..8caf912 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -234,6 +234,7 @@ defaults = ewmh def { } `additionalKeysP` [ ("M-<Return>", spawn myTerminal) + , ("M-n", spawn (myTerminal ++ " -e nvim")) , ("M-<Backspace>", withFocused hide) -- N.B. this is an absurd thing to do , ("M-0", windows $ W.greedyView $ "hid") -- N.B. this is an absurd thing to do , ("M-u", incScreenWindowSpacing (2)) |