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