mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
eliminate references to defaultConfig
This commit is contained in:
@@ -126,7 +126,7 @@ focusWin st@(W.Stack f u d) w
|
||||
|
||||
Apply to your layout in a config like:
|
||||
|
||||
> main = xmonad (defaultConfig{
|
||||
> main = xmonad (def{
|
||||
> layoutHook = trackFloating (useTransientFor
|
||||
> (noBorders Full ||| Tall 1 0.3 0.5)),
|
||||
> ...
|
||||
|
Reference in New Issue
Block a user