capital letter in wrong place
This commit is contained in:
parent
fccc0f5c89
commit
0370b5ca79
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ myStartupHook = do
|
|||
main = do
|
||||
h <- spawnPipe "xmobar"
|
||||
xmonad $ xmobarProp $ defaults {
|
||||
layoutHook = avoidStruts $ layoutHOok def,
|
||||
layoutHook = avoidStruts $ layoutHook def,
|
||||
|
||||
logHook = myLogHook h,
|
||||
|
||||
|
|
Loading…
Reference in a new issue