dafaultConfig --> defaultConfig

This commit is contained in:
Brent Yorgey
2007-11-23 16:47:22 +00:00
parent 6d7507d4a8
commit e6dcaa15c7
24 changed files with 24 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ import Graphics.X11.Xlib
-- Then edit your @layoutHook@ by adding the ThreeCol layout:
--
-- > myLayouts = ThreeCol 1 (3/100) (1/2) False ||| etc..
-- > main = xmonad dafaultConfig { layoutHook = myLayouts }
-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- Use @True@ as the last argument to get a wide layout.
--