aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/TwoPane.hs')
-rw-r--r--XMonad/Layout/TwoPane.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs
index ef43ae1..3736e4d 100644
--- a/XMonad/Layout/TwoPane.hs
+++ b/XMonad/Layout/TwoPane.hs
@@ -32,8 +32,8 @@ import XMonad.StackSet ( focus, up, down)
--
-- Then edit your @layoutHook@ by adding the TwoPane layout:
--
--- > myLayouts = TwoPane (3/100) (1/2) ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > myLayout = TwoPane (3/100) (1/2) ||| Full ||| etc..
+-- > main = xmonad defaultConfig { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--