[XMonad] Deactivate fullscreen when bringing and raising
This commit is contained in:
parent
88e96ccf0b
commit
6395936e3b
@ -385,9 +385,9 @@ doScratchpad = deactivateFullAnd . namedScratchpadAction scratchpads
|
|||||||
|
|
||||||
-- Raise or spawn
|
-- Raise or spawn
|
||||||
|
|
||||||
myRaiseNextMaybe = (maybeUnminimizeClassAfter .) .
|
myRaiseNextMaybe = ((deactivateFullAnd . maybeUnminimizeClassAfter) .) .
|
||||||
raiseNextMaybeCustomFocus greedyFocusWindow
|
raiseNextMaybeCustomFocus greedyFocusWindow
|
||||||
myBringNextMaybe = (maybeUnminimizeAfter .) .
|
myBringNextMaybe = ((deactivateFullAnd . maybeUnminimizeAfter) .) .
|
||||||
raiseNextMaybeCustomFocus bringWindow
|
raiseNextMaybeCustomFocus bringWindow
|
||||||
|
|
||||||
bindBringAndRaise :: KeyMask -> KeySym -> X () -> Query Bool -> [((KeyMask, KeySym), X ())]
|
bindBringAndRaise :: KeyMask -> KeySym -> X () -> Query Bool -> [((KeyMask, KeySym), X ())]
|
||||||
|
Loading…
Reference in New Issue
Block a user