aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TwoPane.hs5
1 files changed, 4 insertions, 1 deletions
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 }