aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Spiral.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Spiral.hs')
-rw-r--r--XMonad/Layout/Spiral.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Spiral.hs b/XMonad/Layout/Spiral.hs
index a57d5f8..1527abc 100644
--- a/XMonad/Layout/Spiral.hs
+++ b/XMonad/Layout/Spiral.hs
@@ -37,7 +37,7 @@ import XMonad.StackSet ( integrate )
-- Then edit your @layoutHook@ by adding the Spiral layout:
--
-- > myLayout = spiral (6/7) ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--