aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MultiColumns.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/MultiColumns.hs')
-rw-r--r--XMonad/Layout/MultiColumns.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/MultiColumns.hs b/XMonad/Layout/MultiColumns.hs
index c68f57b..bea4be3 100644
--- a/XMonad/Layout/MultiColumns.hs
+++ b/XMonad/Layout/MultiColumns.hs
@@ -35,12 +35,12 @@ import Control.Monad
-- Then edit your @layoutHook@ by adding the multiCol layout:
--
-- > myLayouts = multiCol [1] 4 0.01 0.5 ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > main = xmonad def { layoutHook = myLayouts }
--
-- Or alternatively:
--
-- > myLayouts = Mirror (multiCol [1] 2 0.01 (-0.25)) ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > main = xmonad def { layoutHook = myLayouts }
--
-- The maximum number of windows in a column can be controlled using the
-- IncMasterN messages and the column containing the focused window will be