From 9a2e4b208f29087a8eb25eef3059b9243a354e77 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 9 Dec 2007 13:36:23 +0100 Subject: Extending: some fixes darcs-hash:20071209123623-32816-08c51bd56e3ba0a12dc82fb5cee865758986d5a9.gz --- XMonad/Doc/Extending.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'XMonad/Doc') 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": -- cgit v1.2.3