ok
This commit is contained in:
parent
95549940d3
commit
3e6455df24
|
@ -284,8 +284,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 = 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