aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-08 18:13:45 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-08 18:13:45 +0200
commit1dc3433c5fb50a9f6d6f689979b33027ffa17c85 (patch)
treebb42ab4cf559fa6690619bb6e7e2ef81fd5837ba
parentebb82ecd692b72785f37f40dec415b07bdbb9c2f (diff)
downloadXMonadContrib-1dc3433c5fb50a9f6d6f689979b33027ffa17c85.tar.gz
XMonadContrib-1dc3433c5fb50a9f6d6f689979b33027ffa17c85.tar.xz
XMonadContrib-1dc3433c5fb50a9f6d6f689979b33027ffa17c85.zip
TwoPane: update docs
darcs-hash:20071008161345-a5988-1649b76d0ca93fef549ee96f4341360e0148088d.gz
-rw-r--r--TwoPane.hs4
1 files changed, 2 insertions, 2 deletions
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