aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-17 23:02:06 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-17 23:02:06 +0200
commitcc13b858d1b677793c58356ef98925487a0d4227 (patch)
tree8c362ed0a8ebc196dde5632283393bb69a1c66cf /TwoPane.hs
parentb811e91781c67481a3163cb6b6d55996a82eb9d4 (diff)
downloadXMonadContrib-cc13b858d1b677793c58356ef98925487a0d4227.tar.gz
XMonadContrib-cc13b858d1b677793c58356ef98925487a0d4227.tar.xz
XMonadContrib-cc13b858d1b677793c58356ef98925487a0d4227.zip
Add instructions for TwoPane
darcs-hash:20070517210206-a5988-2f23d9241863d7abd30f55b04efb9afd3e79dca1.gz
Diffstat (limited to 'TwoPane.hs')
-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