aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TwoPane.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TwoPane.hs b/TwoPane.hs
index 1dc4b14..7fe0269 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -1,6 +1,9 @@
-- A layout that splits the screen horizontally and shows two windows. The
-- left window is always the master window, and the right is either the
-- currently focused window or the second window in layout order.
+--
+-- To use this layout, 'import XMonadContrib.TwoPane'and add
+-- 'twoPane defaultDelta (1%2)' to the list of layouts
module XMonadContrib.TwoPane where