mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04: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:
@@ -58,8 +58,8 @@ import XMonad.Layout.MultiToggle
|
||||
--
|
||||
-- Finally, add some keybindings to do the toggling, for example:
|
||||
--
|
||||
-- > , ((modMask x .|. controlMask, xK_x), sendMessage $ Toggle REFLECTX)
|
||||
-- > , ((modMask x .|. controlMask, xK_y), sendMessage $ Toggle REFLECTY)
|
||||
-- > , ((modm .|. controlMask, xK_x), sendMessage $ Toggle REFLECTX)
|
||||
-- > , ((modm .|. controlMask, xK_y), sendMessage $ Toggle REFLECTY)
|
||||
--
|
||||
|
||||
-- | Apply a horizontal reflection (left \<--\> right) to a
|
||||
|
Reference in New Issue
Block a user