aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Maximize.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Maximize.hs')
-rw-r--r--XMonad/Layout/Maximize.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Maximize.hs b/XMonad/Layout/Maximize.hs
index f56bf07..589b962 100644
--- a/XMonad/Layout/Maximize.hs
+++ b/XMonad/Layout/Maximize.hs
@@ -36,7 +36,7 @@ import Data.List ( partition )
-- Then edit your @layoutHook@ by adding the Maximize layout modifier:
--
-- > myLayout = maximize (Tall 1 (3/100) (1/2)) ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--