mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Dump state at launch (commented for now)
This commit is contained in:
parent
fec58e8a09
commit
795e96d353
2
Main.hs
2
Main.hs
@ -76,6 +76,8 @@ main = do
|
|||||||
allocaXEvent $ \e ->
|
allocaXEvent $ \e ->
|
||||||
runX cf st $ do
|
runX cf st $ do
|
||||||
mapM_ manage ws
|
mapM_ manage ws
|
||||||
|
-- withWindowSet (io . hPrint stderr) -- uncomment for state logging
|
||||||
|
|
||||||
-- main loop, for all you HOF/recursion fans out there.
|
-- main loop, for all you HOF/recursion fans out there.
|
||||||
forever $ handle =<< io (nextEvent dpy e >> getEvent e)
|
forever $ handle =<< io (nextEvent dpy e >> getEvent e)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user