aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Dishes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Dishes.hs')
-rw-r--r--XMonad/Layout/Dishes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Dishes.hs b/XMonad/Layout/Dishes.hs
index 89723b5..805cc72 100644
--- a/XMonad/Layout/Dishes.hs
+++ b/XMonad/Layout/Dishes.hs
@@ -33,7 +33,7 @@ import Control.Monad (ap)
-- Then edit your @layoutHook@ by adding the Dishes layout:
--
-- > myLayout = Dishes 2 (1/6) ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--