Scott Moreau
Scott Moreau
> I tried this and for me it causes a segmentation fault when trying to run. Yes, you're right. I will mark this as a draft.
Maybe you're looking for something along the lines of [this](https://github.com/WayfireWM/wayfire-plugins-extra/pull/231). [Here's a video](https://www.youtube.com/watch?v=iUuHspYJvVo&t=2s). It displays the other workspaces on the side and you can select them.
As ammen99 realized on chat, there was a breaking change we did not account for in the wlroots 0.18 port: "wlr_surface_get_effective_damage() no longer takes into account resizes and sub-surfaces." So,...
Actually, that patch is not the right fix at all. Apparently it requires additional work, but so far, I haven't found a proper solution. But, thanks for testing, and if...
[This patch](https://termbin.com/6qug) fixes the issue here, and it seems like a fix closer to the problem.
> It almost fixes the issue! Except when the cursor is near the right screen border and the input window was pushed to the left but then shrinks (so it...
Does [this variant](https://termbin.com/f83w) happen to help?
Hm, I probably shouldn't overwrite the global geometry .. [this patch](https://termbin.com/qfxr) should do better.
Can you try [wev](https://git.sr.ht/~sircmpwn/wev) instead of xev? There's also `libinput debug-events` and `evtest`.
Does it make a difference if you disable the `wm-actions` plugin? It seems to me that you have '/' bound to toggle maximize, and wm-actions is a plugin that provides...