mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Refer to modm as the current modMask
This makes the config suggestions consistent with the current template.
This commit is contained in:
@@ -70,8 +70,8 @@ import Control.Monad
|
||||
--
|
||||
-- You may wish to add the following keybindings:
|
||||
--
|
||||
-- > , ((modMask x .|. shiftMask, xK_h ), sendMessage $ IncLayoutN (-1))
|
||||
-- > , ((modMask x .|. shiftMask, xK_l ), sendMessage $ IncLayoutN 1)
|
||||
-- > , ((modm .|. shiftMask, xK_h ), sendMessage $ IncLayoutN (-1))
|
||||
-- > , ((modm .|. shiftMask, xK_l ), sendMessage $ IncLayoutN 1)
|
||||
--
|
||||
-- For detailed instruction on editing the key binding see:
|
||||
--
|
||||
|
Reference in New Issue
Block a user