
19 Aug
2011
19 Aug
'11
11:50 p.m.
Comment #62 on issue 177 by carliro...@gmail.com: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol http://code.google.com/p/xmonad/issues/detail?id=177 I had the same problem of focus with java 7 and netbeans. I made this combination on xmonad.hs: , startupHook = setWMName "LG3D">> takeTopFocus And I had luck because it works for me. :)