aboutsummaryrefslogtreecommitdiffstats
path: root/Spiral.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Spiral.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/Spiral.hs b/Spiral.hs
index c0aad78..ae52428 100644
--- a/Spiral.hs
+++ b/Spiral.hs
@@ -33,11 +33,10 @@ import XMonadContrib.LayoutHelpers
--
-- > import XMonadContrib.Spiral
--
--- > defaultLayouts :: [Layout]
--- > defaultLayouts = [ full,
--- > tall defaultWindowsInMaster defaultDelta (1%2),
--- > wide defaultWindowsInMaster defaultDelta (1%2),
--- > spiral (1 % 1) ]
+-- > defaultLayouts = [ full, spiral (1 % 1), ... ]
+
+-- %import XMonadContrib.Spiral
+-- %layout , spiral (1 % 1)
fibs :: [Integer]
fibs = 1 : 1 : (zipWith (+) fibs (tail fibs))