diff options
author | Brent Yorgey <byorgey@cis.upenn.edu> | 2009-11-26 06:39:08 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@cis.upenn.edu> | 2009-11-26 06:39:08 +0100 |
commit | 623f091b6919e8ea432ed008a82079e2369294c9 (patch) | |
tree | 8fbdcc1067d09d6dac6ee0a6d220cbe977ea15e2 | |
parent | b94e1b3da24d2a7d7b7d60590efc20d01641d805 (diff) | |
download | metatile-623f091b6919e8ea432ed008a82079e2369294c9.tar metatile-623f091b6919e8ea432ed008a82079e2369294c9.zip |
man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' function
Ignore-this: 7aeeac9791ffd3e6ac22bf158ea86536
darcs-hash:20091126053908-1e371-d3bcfcdbcca7b375f0855e2bc9643b905a65c09b
-rw-r--r-- | man/xmonad.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/man/xmonad.hs b/man/xmonad.hs index db89d59..fd3e20d 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -239,11 +239,7 @@ myEventHook = mempty -- Status bars and logging -- Perform an arbitrary action on each internal state change or X event. --- See the 'DynamicLog' extension for examples. --- --- To emulate dwm's status bar --- --- > logHook = dynamicLogDzen +-- See the 'XMonad.Hooks.DynamicLog' extension for examples. -- myLogHook = return () |