aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Spiral.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Spiral.hs (renamed from Spiral.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spiral.hs b/XMonad/Layout/Spiral.hs
index 0aba738..013a017 100644
--- a/Spiral.hs
+++ b/XMonad/Layout/Spiral.hs
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.Spiral
+-- Module : XMonad.Layout.Spiral
-- Copyright : (c) Joe Thornber <joe.thornber@gmail.com>
-- License : BSD3-style (see LICENSE)
--
@@ -14,7 +14,7 @@
--
-----------------------------------------------------------------------------
-module XMonadContrib.Spiral (
+module XMonad.Layout.Spiral (
-- * Usage
-- $usage
spiral
@@ -33,11 +33,11 @@ import XMonad.StackSet ( integrate )
-- $usage
-- You can use this module with the following in your Config.hs file:
--
--- > import XMonadContrib.Spiral
+-- > import XMonad.Layout.Spiral
--
-- > layouts = [ ..., Layout $ spiral (1 % 1), ... ]
--- %import XMonadContrib.Spiral
+-- %import XMonad.Layout.Spiral
-- %layout , Layout $ spiral (1 % 1)
fibs :: [Integer]