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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Simplest.hs b/XMonad/Layout/Simplest.hs
index a167c68..77b5f1f 100644
--- a/XMonad/Layout/Simplest.hs
+++ b/XMonad/Layout/Simplest.hs
@@ -30,7 +30,7 @@ import qualified XMonad.StackSet as S
-- Then edit your @layoutHook@ by adding the Simplest layout:
--
-- > myLayout = Simplest ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--