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 b08a709..44877d4 100644
--- a/Mosaic.hs
+++ b/Mosaic.hs
@@ -12,11 +12,11 @@ module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow )
-- You can use this module with the following in your config file:
--- import XMonad.Mosaic
+-- import XMonadContrib.Mosaic
-- import Control.Monad.State ( gets )
-- import qualified StackSet as W ( peek )
--- defaultLayouts :: [Layout LayoutMsg]
+-- defaultLayouts :: [Layout]
-- defaultLayouts = [ mosaic (1%4) (1%2) M.empty M.empty, full,
-- tall defaultDelta (1%2), wide defaultDelta (1%2) ]