From 75df3884fafa5ef07d5eb67a5330e00c81ea70e8 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 17 May 2007 21:10:03 +0000 Subject: [PATCH] Comment only --- TwoPane.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwoPane.hs b/TwoPane.hs index 7fe02691..0007c388 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