mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -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,8 +43,8 @@ import Data.List
|
||||
--
|
||||
-- In the key-bindings, do something like:
|
||||
--
|
||||
-- > , ((modMask', xK_m ), withFocused (\f -> sendMessage (MinimizeWin f)))
|
||||
-- > , ((modMask' .|. shiftMask, xK_m ), sendMessage RestoreNextMinimizedWin)
|
||||
-- > , ((modm, xK_m ), withFocused (\f -> sendMessage (MinimizeWin f)))
|
||||
-- > , ((modm .|. shiftMask, xK_m ), sendMessage RestoreNextMinimizedWin)
|
||||
--
|
||||
-- The first action will minimize the focused window, while the second one will restore
|
||||
-- the next minimized window.
|
||||
|
Reference in New Issue
Block a user