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

@@ -49,8 +49,8 @@ import XMonad.Util.XUtils
--
-- You may also want to add the following key bindings:
--
-- > , ((modMask x, xK_u), sendMessage ShrinkSlave) -- %! Shrink a slave area
-- > , ((modMask x, xK_i), sendMessage ExpandSlave) -- %! Expand a slave area
-- > , ((modm, xK_u), sendMessage ShrinkSlave) -- %! Shrink a slave area
-- > , ((modm, xK_i), sendMessage ExpandSlave) -- %! Expand a slave area
--
-- For detailed instruction on editing the key binding see:
--