Refer to modm as the current modMask

This makes the config suggestions consistent with the current template.
This commit is contained in:
Adam Vogt
2009-10-22 04:11:26 +00:00
parent 9f16a427e6
commit 74a03cd8fb
79 changed files with 248 additions and 246 deletions

View File

@@ -38,11 +38,11 @@ import XMonad.StackSet (Workspace (..))
--
-- To toggle between layouts add a key binding like
--
-- > , ((modMask x .|. controlMask, xK_space), sendMessage ToggleLayout)
-- > , ((modm .|. controlMask, xK_space), sendMessage ToggleLayout)
--
-- or a key binding like
--
-- > , ((modMask x .|. controlMask, xK_space), sendMessage (Toggle "Full"))
-- > , ((modm .|. controlMask, xK_space), sendMessage (Toggle "Full"))
--
-- For detailed instruction on editing the key binding see:
--