
21 Feb
2011
21 Feb
'11
6:29 p.m.
Comment #56 on issue 177 by ole.baks...@gmail.com: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol http://code.google.com/p/xmonad/issues/detail?id=177 Finally a fix for this problem! @53: Add import XMonad.Hooks.ICCCMFocus to the top of your xmonad.hs file. Then set logHook = takeTopFocus. Or if you got more things there like I do: lookHook = do ... takeTopFocus ...