FixedColumn: added missing nmaster to the usage doc

This commit is contained in:
Ismael Carnales 2009-01-30 19:52:39 +00:00
parent 3c0f793e4a
commit 31110d1b45

View File

@ -42,7 +42,7 @@ import XMonad.StackSet as W
-- --
-- Then edit your @layoutHook@ by adding the FixedColumn layout: -- Then edit your @layoutHook@ by adding the FixedColumn layout:
-- --
-- > myLayouts = FixedColumn 20 80 10 ||| Full ||| etc.. -- > myLayouts = FixedColumn 1 20 80 10 ||| Full ||| etc..
-- > main = xmonad defaultConfig { layoutHook = myLayouts } -- > main = xmonad defaultConfig { layoutHook = myLayouts }
-- --
-- For more detailed instructions on editing the layoutHook see: -- For more detailed instructions on editing the layoutHook see: