mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
eliminate references to defaultConfig
This commit is contained in:
@@ -46,7 +46,7 @@ import Data.List(nub)
|
||||
--
|
||||
-- > myLayouts = floatingDeco $ borderResize $ positionStoreFloat ||| etc..
|
||||
-- > where floatingDeco l = noFrillsDeco shrinkText defaultTheme l
|
||||
-- > main = xmonad defaultConfig { layoutHook = myLayouts }
|
||||
-- > main = xmonad def { layoutHook = myLayouts }
|
||||
--
|
||||
-- See the documentation of "XMonad.Hooks.PositionStoreHooks" on how
|
||||
-- to add the support hooks.
|
||||
|
Reference in New Issue
Block a user