[XMonad] Restore one minimized window at a time with mod-shift-m
This commit is contained in:
parent
b3ebf1f147
commit
a96434af13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user