[XMonad] Gather should unminimize
This commit is contained in:
parent
9934e79697
commit
922d01be60
@ -730,7 +730,7 @@ windowsMatchingClass klass =
|
||||
allWindows >>= filterM (((== klass) <$>) . getClass)
|
||||
|
||||
gatherClass klass = restoreFocus $
|
||||
windowsMatchingClass klass >>= mapM_ (windows . bringWindow)
|
||||
windowsMatchingClass klass >>= mapM_ doBringWindow
|
||||
|
||||
gatherThisClass = thisClass >>= flip whenJust gatherClass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user