From e80dd3730be99d8b349368d7e73c05ee9be3f1c3 Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Fri, 7 Mar 2008 21:30:22 +0100 Subject: Fix ThreeColumns doc. darcs-hash:20080307203022-3ebed-3d9ea09766ccd0cbf839ec8308ae24a4257cae5c.gz --- XMonad/Layout/ThreeColumns.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/XMonad/Layout/ThreeColumns.hs b/XMonad/Layout/ThreeColumns.hs index b1561af..d95d468 100644 --- a/XMonad/Layout/ThreeColumns.hs +++ b/XMonad/Layout/ThreeColumns.hs @@ -34,11 +34,9 @@ import Control.Monad -- -- 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 } -- --- Use @True@ as the last argument to get a wide layout. --- -- For more detailed instructions on editing the layoutHook see: -- -- "XMonad.Doc.Extending#Editing_the_layout_hook" -- cgit v1.2.3