remove hanging variable
This commit is contained in:
parent
d7ee36f2f8
commit
c8461c4af9
|
@ -288,8 +288,6 @@ main = do
|
|||
xmonad $ withEasySB myStatusBar $ defaults {
|
||||
layoutHook = avoidStruts $ layoutHook def,
|
||||
|
||||
logHook = myLogHook h,
|
||||
|
||||
manageHook = manageDocks <+> manageHook def,
|
||||
|
||||
handleEventHook = handleEventHook def
|
||||
|
|
Loading…
Reference in a new issue