mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
Fix ThreeColumns doc.
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user