mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
FixedColumn: added missing nmaster to the usage doc
This commit is contained in:
parent
3c0f793e4a
commit
31110d1b45
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user