trying alt as mod for a bit

This commit is contained in:
Solomon Laing 2022-11-08 21:30:18 +10:30
parent a89525b90f
commit 9faf2207ff

View File

@ -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-<Print>", spawn "maimpick") -- take full screenshot
, ("M-<F1>", spawn "kbswitcher") -- set keyboard to dvorak
, ("M-<Delete>", spawn "kbswitcher") -- set keyboard to dvorak
]
-- The following lines are needed for named scratchpads.
where nonNSP = WSIs (return (\ws -> W.tag ws /= "NSP"))