
7 Jan
2012
7 Jan
'12
2:47 p.m.
Comment #85 on issue 177 by jdeve...@gmail.com: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol http://code.google.com/p/xmonad/issues/detail?id=177 I tried to solve the problem with sending of duplicate focus events to IDEA with patched version of XMonad.Hooks.ICCCMFocus (see attached). Now two focus events are not dispatched to same window twice, which seems to be good, however in IDEA on wrong package name the text input box doesn't gain focus automatically. So perhaps this solution is not really helpful for me, and potentially wrong. Can somebody please advice something better? Attachments: ICCCMFocus.hs 1.9 KB