diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 7a68ddf..6c53951 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -153,7 +153,7 @@ myFocusedBorderColor = colorSelection -- ("right alt"), which does not conflict with emacs keybindings. The -- "windows key" is usually mod4Mask. myModMask :: KeyMask -myModMask = mod4Mask +myModMask = mod1Mask -- The default number of workspaces (virtual screens) and their names. -- By default we use numeric strings, but any string may be used as a @@ -385,7 +385,7 @@ myStandardEZKeys = --NOTE extras , ("M-S-/", spawn "xmonad-keys-help") -- show keybinds , ("M-", spawn "maimpick") -- take full screenshot - , ("M-", spawn "kbswitcher") -- set keyboard to dvorak + , ("M-", spawn "kbswitcher") -- set keyboard to dvorak ] -- The following lines are needed for named scratchpads. where nonNSP = WSIs (return (\ws -> W.tag ws /= "NSP"))