mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-26 17:13:48 -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 use this module, add 'fullscreenEventHook' and 'fullscreenManageHook'
|
||||||
-- to your config, i.e.
|
-- to your config, i.e.
|
||||||
--
|
--
|
||||||
-- > xmonad defaultconfig { eventHook = fullscreenEventHook,
|
-- > xmonad defaultconfig { handleEventHook = fullscreenEventHook,
|
||||||
-- > manageHook = fullscreenManageHook,
|
-- > manageHook = fullscreenManageHook,
|
||||||
-- > layoutHook = myLayouts }
|
-- > layoutHook = myLayouts }
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user