aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Simplest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Simplest.hs')
-rw-r--r--XMonad/Layout/Simplest.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/Simplest.hs b/XMonad/Layout/Simplest.hs
index 7136eb2..a167c68 100644
--- a/XMonad/Layout/Simplest.hs
+++ b/XMonad/Layout/Simplest.hs
@@ -29,8 +29,8 @@ import qualified XMonad.StackSet as S
--
-- Then edit your @layoutHook@ by adding the Simplest layout:
--
--- > myLayouts = Simplest ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > myLayout = Simplest ||| Full ||| etc..
+-- > main = xmonad defaultConfig { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--