diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-17 23:10:03 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-17 23:10:03 +0200 |
commit | 3949dfe5e175627811cc42feb93429104e850500 (patch) | |
tree | 3646236fe5d0dfa4ce6f2da0d81ef67df97e0bd9 | |
parent | cc13b858d1b677793c58356ef98925487a0d4227 (diff) | |
download | XMonadContrib-3949dfe5e175627811cc42feb93429104e850500.tar.gz XMonadContrib-3949dfe5e175627811cc42feb93429104e850500.tar.xz XMonadContrib-3949dfe5e175627811cc42feb93429104e850500.zip |
Comment only
darcs-hash:20070517211003-a5988-551e484b48fe940f6a413cb66479ebbcdebaeb4e.gz
-rw-r--r-- | TwoPane.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |