diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-29 17:57:36 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-29 17:57:36 +0100 |
commit | ce0ff30b24219380b3c963bf5c22bc5696665f39 (patch) | |
tree | f56d88cb5063e6da7647a779178a83d167f37e1b /XMonad | |
parent | b80a3a755be29dfe1add6949f36a3211c246c439 (diff) | |
download | XMonadContrib-ce0ff30b24219380b3c963bf5c22bc5696665f39.tar.gz XMonadContrib-ce0ff30b24219380b3c963bf5c22bc5696665f39.tar.xz XMonadContrib-ce0ff30b24219380b3c963bf5c22bc5696665f39.zip |
Fix typo in H.FadeInactive documentation
Ignore-this: b2af487cd382416160d5540b7f210464
darcs-hash:20091029165736-1499c-883218d2ff7fee9d8bf9fb1332652e526263f7d7.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Hooks/FadeInactive.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/FadeInactive.hs b/XMonad/Hooks/FadeInactive.hs index a7250cf..64590d4 100644 --- a/XMonad/Hooks/FadeInactive.hs +++ b/XMonad/Hooks/FadeInactive.hs @@ -44,7 +44,7 @@ import Control.Monad -- you will need to have xcompmgr <http://freedesktop.org/wiki/Software/xapps> -- or something similar for this to do anything -- --- For more detailed instructions on editing the layoutHook see: +-- For more detailed instructions on editing the logHook see: -- -- "XMonad.Doc.Extending#The_log_hook_and_external_status_bars" -- |