mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41: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:
@@ -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:
|
||||
--
|
||||
|
Reference in New Issue
Block a user