mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-03 13:41:54 -07:00
Set focus *after* revealing windows
This commit is contained in:
@@ -151,10 +151,10 @@ windows f = do
|
|||||||
return vs
|
return vs
|
||||||
|
|
||||||
whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
|
whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
|
||||||
setTopFocus
|
|
||||||
asks (logHook . config) >>= userCode
|
asks (logHook . config) >>= userCode
|
||||||
|
|
||||||
mapM_ reveal visible
|
mapM_ reveal visible
|
||||||
|
setTopFocus
|
||||||
|
|
||||||
-- hide every window that was potentially visible before, but is not
|
-- hide every window that was potentially visible before, but is not
|
||||||
-- given a position by a layout now.
|
-- given a position by a layout now.
|
||||||
|
Reference in New Issue
Block a user