Extending: some fixes

This commit is contained in:
Andrea Rossato
2007-12-09 12:36:23 +00:00
parent b2d8bd71c3
commit 2d4032665d

View File

@@ -638,9 +638,9 @@ before the 0.5 release: a list requires every member to belong to the
same type! same type!
Instead the combination of layouts to be used by xmonad is created 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.Tabbed.tabbed' and
'XMonad.Layout.Accordion.Accordion' layouts. First we import, in our 'XMonad.Layout.Accordion.Accordion' layouts. First we import, in our
@~\/.xmonad\/xmonad.hs@, all the needed modules: @~\/.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 logs in a convenient way; the most commonly used status bars are dzen
and xmobar. and xmobar.
XXX add some examples.
By default the 'XMonad.Core.logHook' doesn't produce anything. To By default the 'XMonad.Core.logHook' doesn't produce anything. To
enable it you need first to import "XMonad.Hooks.DynamicLog": enable it you need first to import "XMonad.Hooks.DynamicLog":