mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
Remove stale comment
This commit is contained in:
@@ -163,7 +163,6 @@ windows f = do
|
|||||||
whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
|
whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
|
||||||
setTopFocus
|
setTopFocus
|
||||||
asks (logHook . config) >>= userCode
|
asks (logHook . config) >>= userCode
|
||||||
-- io performGC -- really helps, but seems to trigger GC bugs?
|
|
||||||
|
|
||||||
-- 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