[XMonad] Gather should unminimize

This commit is contained in:
Ivan Malison 2017-10-13 22:10:00 -07:00
parent 9934e79697
commit 922d01be60
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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