Does anyone have this working?
I have two modes I manually flip between now:
1)
myConfig = ewmh defaultConfig [...snip...]
With this, I get normal desktop hints such as opening links will focus my browser, apps like Shutter that take full screen images work, etc. However, if I launch IntelliJ it opens as plain background and never "loads" any of the UI. If I Mod+Shift+C it, the exit dialogue does popup, so it is running and does respond to something.
2)
myConfig = defaultConfig [...snip...]
Without ewmh, I don't get browser focus, Shutter can't take desktop screenshots, but IntelliJ works flawlessly.