should work now
This commit is contained in:
parent
c8461c4af9
commit
95549940d3
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ myStartupHook = do
|
||||||
-- Run xmonad with the settings you specify. No need to modify this.
|
-- Run xmonad with the settings you specify. No need to modify this.
|
||||||
--
|
--
|
||||||
main = do
|
main = do
|
||||||
xmonad $ withEasySB myStatusBar $ defaults {
|
xmonad . withEasySB myStatusBar $ defaults {
|
||||||
layoutHook = avoidStruts $ layoutHook def,
|
layoutHook = avoidStruts $ layoutHook def,
|
||||||
|
|
||||||
manageHook = manageDocks <+> manageHook def,
|
manageHook = manageDocks <+> manageHook def,
|
||||||
|
|
Loading…
Reference in a new issue