EwmhDesktops: haddock fixes

This commit is contained in:
Andrea Rossato
2007-12-09 12:32:04 +00:00
parent 8dc2651a9c
commit 7330ee34af

View File

@@ -28,18 +28,20 @@ import qualified XMonad.StackSet as W
import XMonad.Hooks.SetWMName
-- $usage
-- Add the imports to your configuration file and add the logHook:
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
--
-- > import XMonad
-- > import XMonad.Hooks.EwmhDesktops
--
-- > logHook :: X()
-- > logHook = do ewmhDesktopsLogHook
-- >
-- > myLogHook :: X ()
-- > myLogHook = do ewmhDesktopsLogHook
-- > return ()
-- %import XMonad.Hooks.EwmhDesktops
-- %def -- comment out default logHook definition above if you uncomment this:
-- %def logHook = ewmhDesktopsLogHook
-- >
-- > main = xmonad defaultConfig { logHook = myLogHook }
--
-- For more detailed instructions on editing the layoutHook see:
--
-- "XMonad.Doc.Extending#The_log_hook_and_external_status_bars"
-- |
-- Notifies pagers and window lists, such as those in the gnome-panel