Skip to content

Commit

Permalink
fixup xmonad + xmobar
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin authored and Artem Shvorin committed Apr 13, 2017
1 parent 7030a5a commit e4719bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ main = do
, layoutHook = avoidStruts myLayouts
, startupHook = setWMName "LG3D" -- a fix for java applets
, focusFollowsMouse = True
, handleEventHook = docksEventHook
}

mykeys conf =
Expand Down

0 comments on commit e4719bb

Please sign in to comment.