[XMonad] Tweak whitespace
This commit is contained in:
parent
139aa97c5d
commit
1b7ba4e27a
@ -421,9 +421,12 @@ doScratchpad = deactivateFullAnd . namedScratchpadAction scratchpads
|
||||
|
||||
-- Raise or spawn
|
||||
|
||||
myRaiseNextMaybe = ((deactivateFullAnd . maybeUnminimizeClassAfter) .) .
|
||||
myRaiseNextMaybe =
|
||||
((deactivateFullAnd . maybeUnminimizeClassAfter) .) .
|
||||
raiseNextMaybeCustomFocus greedyFocusWindow
|
||||
myBringNextMaybe = ((deactivateFullAnd . maybeUnminimizeAfter) .) .
|
||||
|
||||
myBringNextMaybe =
|
||||
((deactivateFullAnd . maybeUnminimizeAfter) .) .
|
||||
raiseNextMaybeCustomFocus greedyBringWindow
|
||||
|
||||
bindBringAndRaise :: KeyMask -> KeySym -> X () -> Query Bool -> [((KeyMask, KeySym), X ())]
|
||||
|
Loading…
Reference in New Issue
Block a user