autism
This commit is contained in:
parent
93db1c9c8b
commit
366fc52bb2
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ myStartupHook = do
|
|||
main = xmonad . ewmhFullscreen . ewmh . withEasySB myStatusBar defToggleStrutsKey $ myConfig
|
||||
|
||||
myConfig = defaults {
|
||||
layoutHook = avoidStruts $ layoutHook def,
|
||||
layoutHook = spacingWithEdge 10 $ avoidStruts $ layoutHook def,
|
||||
|
||||
manageHook = manageDocks <+> manageHook def,
|
||||
|
||||
|
|
Loading…
Reference in a new issue