aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Mosaic.hs')
-rw-r--r--Mosaic.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mosaic.hs b/Mosaic.hs
index 2d861ae..59a6a68 100644
--- a/Mosaic.hs
+++ b/Mosaic.hs
@@ -46,8 +46,7 @@ import XMonadContrib.Anneal
-- > import XMonadContrib.Mosaic
--
-- > defaultLayouts :: [Layout Window]
--- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
--- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
+-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full ]
--
-- In the key-bindings, do something like:
--