summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index aa5561d..7b7ac7c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -93,7 +93,7 @@ main = do
, w <- W.integrate' (W.stack wk) ]
mapM_ manage ws -- find new windows
- logHook
+ refresh
-- main loop, for all you HOF/recursion fans out there.
forever $ handle =<< io (nextEvent dpy e >> getEvent e)