From 6e300c9ff1f7b5e8f6749711e9fe0c349a2c315e Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Jan 2009 20:52:39 +0100 Subject: FixedColumn: added missing nmaster to the usage doc Ignore-this: 642aa0bc9e68e7518acc8af30324b97a darcs-hash:20090130195239-6553f-420b41e038f670aec1665abfea37b39f39ae0012.gz --- XMonad/Layout/FixedColumn.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/FixedColumn.hs') diff --git a/XMonad/Layout/FixedColumn.hs b/XMonad/Layout/FixedColumn.hs index 912a92d..29c5f81 100644 --- a/XMonad/Layout/FixedColumn.hs +++ b/XMonad/Layout/FixedColumn.hs @@ -42,7 +42,7 @@ import XMonad.StackSet as W -- -- 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 } -- -- For more detailed instructions on editing the layoutHook see: -- cgit v1.2.3