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 --- TwoPane.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TwoPane.hs') diff --git a/TwoPane.hs b/TwoPane.hs index 1fdabc7..65d52de 100644 --- a/TwoPane.hs +++ b/TwoPane.hs @@ -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 } -- cgit v1.2.3