diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 13:53:39 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-23 13:53:39 +0100 |
commit | 863aba16f560d87c6460eca0ec65abb0d02c3ca5 (patch) | |
tree | 015be816c5d65fdd5204d3c295267c08acb5f614 | |
parent | c6b1d856825a916715e743748a10465ee2700f22 (diff) | |
download | XMonadContrib-863aba16f560d87c6460eca0ec65abb0d02c3ca5.tar.gz XMonadContrib-863aba16f560d87c6460eca0ec65abb0d02c3ca5.tar.xz XMonadContrib-863aba16f560d87c6460eca0ec65abb0d02c3ca5.zip |
Mosaic: fix docs
darcs-hash:20071123125339-32816-b86a8038ccc9c816d65bb97dc4e5a9458b910211.gz
-rw-r--r-- | XMonad/Layout/Mosaic.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Layout/Mosaic.hs b/XMonad/Layout/Mosaic.hs index e54263f..eaf81ab 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: |