aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-12-09 13:36:23 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-12-09 13:36:23 +0100
commit9a2e4b208f29087a8eb25eef3059b9243a354e77 (patch)
treefe1ba89ff4fd0011f2f1c20e3911f1151d7aea79 /XMonad/Doc
parent36c58c672456865ed72e49855ed611bfbe228946 (diff)
downloadXMonadContrib-9a2e4b208f29087a8eb25eef3059b9243a354e77.tar.gz
XMonadContrib-9a2e4b208f29087a8eb25eef3059b9243a354e77.tar.xz
XMonadContrib-9a2e4b208f29087a8eb25eef3059b9243a354e77.zip
Extending: some fixes
darcs-hash:20071209123623-32816-08c51bd56e3ba0a12dc82fb5cee865758986d5a9.gz
Diffstat (limited to 'XMonad/Doc')
-rw-r--r--XMonad/Doc/Extending.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 17b1072..02d47f3 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -638,9 +638,9 @@ before the 0.5 release: a list requires every member to belong to the
same type!
Instead the combination of layouts to be used by xmonad is created
-with a specific layout combinator: 'XMonad.Layouts.|||'.
+with a specific layout combinator: 'XMonad.Layout.|||'.
-Suppose we want a list with the 'XMonad.Layouts.Full',
+Suppose we want a list with the 'XMonad.Layout.Full',
'XMonad.Layout.Tabbed.tabbed' and
'XMonad.Layout.Accordion.Accordion' layouts. First we import, in our
@~\/.xmonad\/xmonad.hs@, all the needed modules:
@@ -833,8 +833,6 @@ module can be used with an external status bar to print the produced
logs in a convenient way; the most commonly used status bars are dzen
and xmobar.
-XXX add some examples.
-
By default the 'XMonad.Core.logHook' doesn't produce anything. To
enable it you need first to import "XMonad.Hooks.DynamicLog":