aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MosaicAlt.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/MosaicAlt.hs (renamed from MosaicAlt.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/MosaicAlt.hs b/XMonad/Layout/MosaicAlt.hs
index 0129028..a2b9e6a 100644
--- a/MosaicAlt.hs
+++ b/XMonad/Layout/MosaicAlt.hs
@@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.MosaicAlt
+-- Module : XMonad.Layout.MosaicAlt
-- Copyright : (c) 2007 James Webb
-- License : BSD-style (see xmonad/LICENSE)
--
@@ -17,7 +17,7 @@
--
-----------------------------------------------------------------------------
-module XMonadContrib.MosaicAlt (
+module XMonad.Layout.MosaicAlt (
-- * Usage:
-- $usage
MosaicAlt(..)
@@ -40,7 +40,7 @@ import Graphics.X11.Types ( Window )
-- $usage
-- You can use this module with the following in your configuration file:
--
--- > import XMonadContrib.MosaicAlt
+-- > import XMonad.Layout.MosaicAlt
--
-- > layouts = ...
-- > , Layout $ MosaicAlt M.empty
@@ -54,7 +54,7 @@ import Graphics.X11.Types ( Window )
-- > , ((modMask .|. controlMask, xK_space), sendMessage resetAlt)
-- > ...
--- %import XMonadContrib.MosaicAlt
+-- %import XMonad.Layout.MosaicAlt
-- %layout , Layout $ MosaicAlt M.empty
data HandleWindowAlt =