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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs
index a42cb37..8344087 100644
--- a/XMonad/Layout/TwoPane.hs
+++ b/XMonad/Layout/TwoPane.hs
@@ -34,7 +34,7 @@ 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 dafaultConfig { layoutHook = myLayouts }
+-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- For more detailed instructions on editing the layoutHook see:
--