aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Grid.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Grid.hs (renamed from Grid.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Grid.hs b/XMonad/Layout/Grid.hs
index c18f997..b10a8ac 100644
--- a/Grid.hs
+++ b/XMonad/Layout/Grid.hs
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.Grid
+-- Module : XMonad.Layout.Grid
-- Copyright : (c) Lukas Mai
-- License : BSD-style (see LICENSE)
--
@@ -14,7 +14,7 @@
--
-----------------------------------------------------------------------------
-module XMonadContrib.Grid (
+module XMonad.Layout.Grid (
-- * Usage
-- $usage
Grid(..)
@@ -27,13 +27,13 @@ import Graphics.X11.Xlib.Types
-- $usage
-- Put the following in your Config.hs file:
--
--- > import XMonadContrib.Grid
+-- > import XMonad.Layout.Grid
-- > ...
-- > layouts = [ ...
-- > , Layout Grid
-- > ]
--- %import XMonadContrib.Grid
+-- %import XMonad.Layout.Grid
-- %layout , Layout Grid
data Grid a = Grid deriving (Read, Show)