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