mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 12:11:52 -07:00
dafaultConfig --> defaultConfig
This commit is contained in:
@@ -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:
|
||||
--
|
||||
|
Reference in New Issue
Block a user