From 1dc3433c5fb50a9f6d6f689979b33027ffa17c85 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 8 Oct 2007 18:13:45 +0200 Subject: TwoPane: update docs darcs-hash:20071008161345-a5988-1649b76d0ca93fef549ee96f4341360e0148088d.gz --- TwoPane.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TwoPane.hs') diff --git a/TwoPane.hs b/TwoPane.hs index a3ea118..55b8378 100644 --- a/TwoPane.hs +++ b/TwoPane.hs @@ -34,10 +34,10 @@ import StackSet ( focus, up, down) -- -- and add, to the list of layouts: -- --- > ,("twopane", SomeLayout $ TwoPane 0.03 0.5) +-- > ,(Layout $ TwoPane 0.03 0.5) -- %import XMonadContrib.TwoPane --- %layout , ,("twopane", SomeLayout $ TwoPane 0.03 0.5) +-- %layout , ,(Layout $ TwoPane 0.03 0.5) data TwoPane a = TwoPane Rational Rational -- cgit v1.2.3