[XMonad] Restore one minimized window at a time with mod-shift-m

This commit is contained in:
Ivan Malison 2016-11-13 14:31:03 +00:00
parent b3ebf1f147
commit a96434af13
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -323,7 +323,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full")
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
, ((modm, xK_m), withFocused minimizeWindow)
, ((modm .|. shiftMask, xK_m), restoreAllMinimized)
, ((modm .|. shiftMask, xK_m), withLastMinimized maximizeWindowAndFocus)
, ((modm, xK_backslash), toggleWS)
-- These need to be rebound to support boringWindows