Johan Malm
Johan Malm
I could reproduce the describe issue and this patch fixes it for me, but @tranzystorek-io any testing you can do would be good. I haven't looked at the `wshowkeys` and...
Thanks for feedback/review. I've had a play with `wshowkeys` and can patch it to avoid the protocol error (but it causes a few other problems, so can't got anything I...
This commit it fixes it in `wshowkeys`: https://github.com/johanmalm/wshowkeys/commit/a4873fe79a40fb5a1d81b7130270b3c9991095b7 -- EDIT -- I.e. it fixes the issue even without the other three commits in that PR I don't understand why. Any...
We could consider doing some window-rule for xwayland-window-types in line with `sway`s approach https://github.com/swaywm/sway/blob/8a8fb76ec1d0b9a269b86688cff419201d1e6f62/sway/criteria.c#L114-L129 https://github.com/swaywm/sway/blob/8a8fb76ec1d0b9a269b86688cff419201d1e6f62/sway/desktop/xwayland.c#L24-L36 Have thought about this before, but never had a need :smile:
> Openbox appears to also consider _NET_WM_WINDOW_TYPE for the Alt-Tab switcher (_NET_WM_WINDOW_TYPE_DOCK is excluded for example). Sway uses this for their `view-impl` `wants_floating` method, so I'm guessing with should be...
@tmpm697 You can set `` to `client` and get rounded-bottom corners that way.
I can't easily replicate, so hard to fault find here. Do you think the keyboard-focus is moving away from the window you're inputting into - or is it just the...
> For .desktop entries with Terminal=true, jgmenu does not close the bracket. I don’t think it matters, but will fix. > Then it fail to use the variable for jgmenurc...
That's not the intended behaviour, so feels like a bug. I regularly turn screens off and leave my box for long periods with no clients shutting down. Not sure how...
Looks good. I've been thinking that we ought to have a `Normalize` (or similar) action to restore natural geometry and unset tiled. I might implement that after this PR :smile: