mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
HEADS UP: (logging format change). use a custom pretty printer, for an easier format to parse, than 'show' produces
This commit is contained in:
@@ -179,7 +179,7 @@ windows f = do
|
||||
-- urgh : not our delete policy, but close.
|
||||
|
||||
setTopFocus
|
||||
when logging $ withWindowSet (io . hPrint stdout)
|
||||
when logging $ withWindowSet (io . putStrLn . serial)
|
||||
-- io performGC -- really helps, but seems to trigger GC bugs?
|
||||
|
||||
-- We now go to some effort to compute the minimal set of windows to hide.
|
||||
|
Reference in New Issue
Block a user