mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
eliminate references to defaultConfig
This commit is contained in:
@@ -47,7 +47,7 @@ import XMonad.StackSet ( tag, currentTag )
|
||||
-- to some layout:
|
||||
--
|
||||
-- > myLayout = workspaceDir "~" (Tall 1 (3/100) (1/2)) ||| Full ||| etc..
|
||||
-- > main = xmonad defaultConfig { layoutHook = myLayout }
|
||||
-- > main = xmonad def { layoutHook = myLayout }
|
||||
--
|
||||
-- For more detailed instructions on editing the layoutHook see:
|
||||
--
|
||||
|
Reference in New Issue
Block a user