Fix ThreeColumns doc.

This commit is contained in:
Roman Cheplyaka
2008-03-07 20:30:22 +00:00
parent 83f5512909
commit 0db06db23e

View File

@@ -34,11 +34,9 @@ import Control.Monad
-- --
-- Then edit your @layoutHook@ by adding the ThreeCol layout: -- Then edit your @layoutHook@ by adding the ThreeCol layout:
-- --
-- > myLayouts = ThreeCol 1 (3/100) (1/2) False ||| etc.. -- > myLayouts = ThreeCol 1 (3/100) (1/2) ||| etc..
-- > main = xmonad defaultConfig { layoutHook = myLayouts } -- > main = xmonad defaultConfig { layoutHook = myLayouts }
-- --
-- Use @True@ as the last argument to get a wide layout.
--
-- For more detailed instructions on editing the layoutHook see: -- For more detailed instructions on editing the layoutHook see:
-- --
-- "XMonad.Doc.Extending#Editing_the_layout_hook" -- "XMonad.Doc.Extending#Editing_the_layout_hook"