mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12: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:
@@ -37,7 +37,7 @@ import XMonad.Util.WorkspaceCompare
|
||||
-- Then throw something like this in your keys definition:
|
||||
--
|
||||
-- > ++
|
||||
-- > [((modMask x .|. controlMask, k), windows $ swapWithCurrent i)
|
||||
-- > [((modm .|. controlMask, k), windows $ swapWithCurrent i)
|
||||
-- > | (i, k) <- zip workspaces [xK_1 ..]]
|
||||
--
|
||||
-- After installing this update, if you're on workspace 1, hitting mod-ctrl-5
|
||||
|
Reference in New Issue
Block a user