From 81fa770e4c559328ecc7236488b0c0cd4950acba Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 23 Nov 2007 12:53:39 +0000 Subject: [PATCH] Mosaic: fix docs --- XMonad/Layout/Mosaic.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/XMonad/Layout/Mosaic.hs b/XMonad/Layout/Mosaic.hs index e54263fc..eaf81ab9 100644 --- a/XMonad/Layout/Mosaic.hs +++ b/XMonad/Layout/Mosaic.hs @@ -40,13 +40,12 @@ import XMonad.Util.Anneal -- $usage -- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: -- --- > import qualified Data.Map as M -- > import XMonad.Layout.Mosaic -- > import XMonad.Operations -- -- Then edit your @layoutHook@ by adding the Mosaic layout: -- --- > myLayouts = mosaic 0.25 0.5 M.empty ||| Full ||| etc.. +-- > myLayouts = mosaic 0.25 0.5 ||| Full ||| etc.. -- > main = xmonad dafaultConfig { layoutHook = myLayouts } -- -- For more detailed instructions on editing the layoutHook see: