mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' function
This commit is contained in:
parent
eddb445307
commit
262db2367f
@ -239,11 +239,7 @@ myEventHook = mempty
|
|||||||
-- Status bars and logging
|
-- Status bars and logging
|
||||||
|
|
||||||
-- Perform an arbitrary action on each internal state change or X event.
|
-- Perform an arbitrary action on each internal state change or X event.
|
||||||
-- See the 'DynamicLog' extension for examples.
|
-- See the 'XMonad.Hooks.DynamicLog' extension for examples.
|
||||||
--
|
|
||||||
-- To emulate dwm's status bar
|
|
||||||
--
|
|
||||||
-- > logHook = dynamicLogDzen
|
|
||||||
--
|
--
|
||||||
myLogHook = return ()
|
myLogHook = return ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user