diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-30 07:03:46 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-30 07:03:46 +0200 |
commit | f24cb4af6ecef4097d2ab4638dee11fc5e3e313f (patch) | |
tree | 6741d95dd9c2e42937c24f815d9bb888d9eae880 | |
parent | 3b6c7895fb2aeff36ca8b652a4f89ec6e41d8c88 (diff) | |
download | xmonad-f24cb4af6ecef4097d2ab4638dee11fc5e3e313f.tar.gz xmonad-f24cb4af6ecef4097d2ab4638dee11fc5e3e313f.tar.xz xmonad-f24cb4af6ecef4097d2ab4638dee11fc5e3e313f.zip |
refresh after starting
darcs-hash:20070630050346-a5988-c77b422116ddc308d1b7b7c252c819c5db36cb96.gz
Diffstat (limited to '')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |