mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
StackTile: minor documentation fix
That '[]' in the example seems incorrect
This commit is contained in:
parent
8a4ffb3e57
commit
7ef87af128
@ -33,7 +33,7 @@ import Control.Monad
|
|||||||
--
|
--
|
||||||
-- Then edit your @layoutHook@ by adding the ResizableTile layout:
|
-- Then edit your @layoutHook@ by adding the ResizableTile layout:
|
||||||
--
|
--
|
||||||
-- > myLayouts = StackTile 1 (3/100) (1/2) [] ||| etc..
|
-- > myLayouts = StackTile 1 (3/100) (1/2) ||| 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user