aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ThreeColumns.hs
diff options
context:
space:
mode:
authorRoman Cheplyaka <roma@ro-che.info>2008-03-07 21:30:22 +0100
committerRoman Cheplyaka <roma@ro-che.info>2008-03-07 21:30:22 +0100
commite80dd3730be99d8b349368d7e73c05ee9be3f1c3 (patch)
tree63ed03cefc5fc5602f589a078d301af1c13874cb /XMonad/Layout/ThreeColumns.hs
parentae0a1957566e162f20ab652f1ec82485320bd97a (diff)
downloadXMonadContrib-e80dd3730be99d8b349368d7e73c05ee9be3f1c3.tar.gz
XMonadContrib-e80dd3730be99d8b349368d7e73c05ee9be3f1c3.tar.xz
XMonadContrib-e80dd3730be99d8b349368d7e73c05ee9be3f1c3.zip
Fix ThreeColumns doc.
darcs-hash:20080307203022-3ebed-3d9ea09766ccd0cbf839ec8308ae24a4257cae5c.gz
Diffstat (limited to 'XMonad/Layout/ThreeColumns.hs')
-rw-r--r--XMonad/Layout/ThreeColumns.hs4
1 files changed, 1 insertions, 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"