Avoid deadly cycle in man/xmonad.hs

This commit is contained in:
Spencer Janssen 2009-03-19 08:19:18 +00:00
parent 72885e7e24
commit 7385793c65

View File

@ -229,7 +229,7 @@ myManageHook = composeAll
-- return (All True) if the default handler is to be run afterwards. To -- return (All True) if the default handler is to be run afterwards. To
-- combine event hooks use mappend or mconcat from Data.Monoid. -- combine event hooks use mappend or mconcat from Data.Monoid.
-- --
myEventHook = handleEventHook myEventHook = mempty
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Status bars and logging -- Status bars and logging