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

This commit is contained in:
2016-11-13 14:31:03 +00:00
parent b3ebf1f147
commit a96434af13

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