Docstring parser for generating xmonad build configs with default settings for extensions

This commit is contained in:
Alex Tarkovsky
2007-09-05 20:01:28 +00:00
parent 39180985fb
commit d0adeca94a
37 changed files with 360 additions and 9 deletions

View File

@@ -32,7 +32,10 @@ import StackSet ( focus, up, down)
--
-- and add, to the list of layouts:
--
-- > twoPane defaultDelta (1%2)
-- > twoPane delta (1%2)
-- %import XMonadContrib.TwoPane
-- %layout , twoPane delta (1%2)
twoPane :: Rational -> Rational -> Layout a
twoPane delta split = Layout { doLayout = \r s -> return (arrange r s,Nothing), modifyLayout = message }