aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-17 23:10:03 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-17 23:10:03 +0200
commit3949dfe5e175627811cc42feb93429104e850500 (patch)
tree3646236fe5d0dfa4ce6f2da0d81ef67df97e0bd9 /TwoPane.hs
parentcc13b858d1b677793c58356ef98925487a0d4227 (diff)
downloadXMonadContrib-3949dfe5e175627811cc42feb93429104e850500.tar.gz
XMonadContrib-3949dfe5e175627811cc42feb93429104e850500.tar.xz
XMonadContrib-3949dfe5e175627811cc42feb93429104e850500.zip
Comment only
darcs-hash:20070517211003-a5988-551e484b48fe940f6a413cb66479ebbcdebaeb4e.gz
Diffstat (limited to 'TwoPane.hs')
-rw-r--r--TwoPane.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoPane.hs b/TwoPane.hs
index 7fe0269..0007c38 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -2,7 +2,7 @@
-- 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
+-- To use this layout, 'import XMonadContrib.TwoPane' and add
-- 'twoPane defaultDelta (1%2)' to the list of layouts
module XMonadContrib.TwoPane where