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