mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 01:31:52 -07:00
Refer to modm as the current modMask
This makes the config suggestions consistent with the current template.
This commit is contained in:
@@ -54,7 +54,7 @@ import Control.Arrow (second)
|
||||
-- @sendMessage $ escape message@, e.g.
|
||||
--
|
||||
-- > -- Change the inner layout
|
||||
-- > ((modMask .|. controlMask, xK_space), sendMessage $ escape NextLayout)
|
||||
-- > ((modm .|. controlMask, xK_space), sendMessage $ escape NextLayout)
|
||||
--
|
||||
-- If you want unescaped messages to be handled /only/ by the enclosing
|
||||
-- layout, use the 'ignore' modifier:
|
||||
|
Reference in New Issue
Block a user