Fix instructions in Mosaic.

This commit is contained in:
Chris Mears 2007-05-03 22:23:45 +00:00
parent 56457ccfca
commit 4204c4daf6

View File

@ -12,11 +12,11 @@ module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow )
-- You can use this module with the following in your config file: -- You can use this module with the following in your config file:
-- import XMonad.Mosaic -- import XMonadContrib.Mosaic
-- import Control.Monad.State ( gets ) -- import Control.Monad.State ( gets )
-- import qualified StackSet as W ( peek ) -- import qualified StackSet as W ( peek )
-- defaultLayouts :: [Layout LayoutMsg] -- defaultLayouts :: [Layout]
-- defaultLayouts = [ mosaic (1%4) (1%2) M.empty M.empty, full, -- defaultLayouts = [ mosaic (1%4) (1%2) M.empty M.empty, full,
-- tall defaultDelta (1%2), wide defaultDelta (1%2) ] -- tall defaultDelta (1%2), wide defaultDelta (1%2) ]