From f210d170e1c62a9897db4c30f050fc97f2eabf16 Mon Sep 17 00:00:00 2001 From: wirtwolff Date: Mon, 9 Feb 2009 19:38:37 +0100 Subject: X.Config.hs, ./man/xmonad.hs: update Event Hook doc Ignore-this: 3792043278932e371e3e2858913a2b17 darcs-hash:20090209183837-d17f0-da898b508e3a69f030de7de69c738065d1e8c81f.gz --- XMonad/Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'XMonad/Config.hs') diff --git a/XMonad/Config.hs b/XMonad/Config.hs index 112ed17..c05c1b1 100644 --- a/XMonad/Config.hs +++ b/XMonad/Config.hs @@ -127,7 +127,8 @@ logHook = return () -- Event handling -- | Defines a custom handler function for X Events. The function should --- return True if the default handler is to be run afterwards. +-- return (All True) if the default handler is to be run afterwards. +-- To combine event hooks, use mappend or mconcat from Data.Monoid. handleEventHook :: Event -> X All handleEventHook _ = return (All True) -- cgit v1.2.3