forked from colonelpanic/dotfiles
[XMonad] Unminimize after doScratchpad
This commit is contained in:
parent
112be8fc8b
commit
f5c3bfd74e
@ -562,7 +562,8 @@ scratchpads =
|
|||||||
, NS "volume" volumeCommand volumeSelector nonFloating
|
, NS "volume" volumeCommand volumeSelector nonFloating
|
||||||
]
|
]
|
||||||
|
|
||||||
doScratchpad = deactivateFullAnd . namedScratchpadAction scratchpads
|
doScratchpad =
|
||||||
|
maybeUnminimizeAfter . deactivateFullAnd . namedScratchpadAction scratchpads
|
||||||
|
|
||||||
-- Raise or spawn
|
-- Raise or spawn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user