mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
refresh after starting
This commit is contained in:
parent
e74e8050d0
commit
2efa369dfc
2
Main.hs
2
Main.hs
@ -93,7 +93,7 @@ main = do
|
|||||||
, w <- W.integrate' (W.stack wk) ]
|
, w <- W.integrate' (W.stack wk) ]
|
||||||
|
|
||||||
mapM_ manage ws -- find new windows
|
mapM_ manage ws -- find new windows
|
||||||
logHook
|
refresh
|
||||||
|
|
||||||
-- 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