aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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