summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index 61f8781..d5dbb7f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -76,6 +76,8 @@ main = do
allocaXEvent $ \e ->
runX cf st $ do
mapM_ manage ws
+ -- withWindowSet (io . hPrint stderr) -- uncomment for state logging
+
-- main loop, for all you HOF/recursion fans out there.
forever $ handle =<< io (nextEvent dpy e >> getEvent e)