aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Circle.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Circle.hs')
-rw-r--r--XMonad/Layout/Circle.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Circle.hs b/XMonad/Layout/Circle.hs
index bc0350f..c37873c 100644
--- a/XMonad/Layout/Circle.hs
+++ b/XMonad/Layout/Circle.hs
@@ -33,7 +33,7 @@ import XMonad.StackSet (integrate, peek)
-- Then edit your @layoutHook@ by adding the Circle layout:
--
-- > myLayouts = Circle ||| Full ||| etc..
--- > main = xmonad dafaultConfig { layoutHook = myLayouts }
+-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- For more detailed instructions on editing the layoutHook see:
--