From a2ceae3cf6f302de2420f072238a29c9fbe8d974 Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Wed, 5 Sep 2007 22:01:28 +0200 Subject: Docstring parser for generating xmonad build configs with default settings for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz --- Spiral.hs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Spiral.hs') 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)) -- cgit v1.2.3