mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 12:11: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:
@@ -43,7 +43,7 @@ import Data.List ( partition )
|
||||
--
|
||||
-- In the key-bindings, do something like:
|
||||
--
|
||||
-- > , ((modMask x, xK_backslash), withFocused (sendMessage . maximizeRestore))
|
||||
-- > , ((modm, xK_backslash), withFocused (sendMessage . maximizeRestore))
|
||||
-- > ...
|
||||
--
|
||||
-- For detailed instruction on editing the key binding see:
|
||||
|
Reference in New Issue
Block a user