WM_HINTS(WM_HINTS):
Client accepts input or input focus: False
When the oclock window is focussed coming from another tab in the same frame (i.e. with Mod1+K n), this does work. I checked*, and in that case it focusses the frame around the clock window - I guess we want that behavior for more cases. But we'd have to figure out how to make that happen, preferably without breaking java swing apps (though unfortunately we don't appear to have a nice reproduction application for that one).
with watch "notionflux -e 'return notioncore.current():name()'"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is caused by the fix for https://sourceforge.net/p/notion/bugs/53/ we committed under 8f834d4570aba9e014d0cfb821a46949d0f71655
WM_HINTS(WM_HINTS):
Client accepts input or input focus: False
When the oclock window is focussed coming from another tab in the same frame (i.e. with Mod1+K n), this does work. I checked*, and in that case it focusses the frame around the clock window - I guess we want that behavior for more cases. But we'd have to figure out how to make that happen, preferably without breaking java swing apps (though unfortunately we don't appear to have a nice reproduction application for that one).
Should be fixed in latest git!
(a bit of a hack, so let's test and keep an eye out for unintended sideeffects)