refer to the new name 'handleEventHook' instead of the old name 'eventHook' in X.L.Fullscreen documentation

This commit is contained in:
Daniel Wagner
2012-06-18 18:10:03 +00:00
parent 3ffc956b93
commit 2a6709ff5c

View File

@@ -53,7 +53,7 @@ import Control.Arrow (second)
-- To use this module, add 'fullscreenEventHook' and 'fullscreenManageHook'
-- to your config, i.e.
--
-- > xmonad defaultconfig { eventHook = fullscreenEventHook,
-- > xmonad defaultconfig { handleEventHook = fullscreenEventHook,
-- > manageHook = fullscreenManageHook,
-- > layoutHook = myLayouts }
--