mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
refer to the new name 'handleEventHook' instead of the old name 'eventHook' in X.L.Fullscreen documentation
This commit is contained in:
@@ -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 }
|
||||
--
|
||||
|
Reference in New Issue
Block a user