Consolatis
Consolatis
Yeah, that looks like a bug. Not sure where; if sway and especially wayfire (which doesn't use wlr_scene) behave the same it might be wlroots itself. Or all 3 cargo...
hm.. maybe the client misses a reconfigure of the layershell_surface with the new height via `set_size()`? Edit: Although the viewporter protocol says > If the source rectangle is set and...
I've added the viewporter protocol to your example: https://codeberg.org/vyivel/layercheck/pulls/1 That PR shows that `zwlr_layer_surface_v1_set_size()` indeed makes the approach work but I am still not sure what the correct way for...
This is an interesting case, IMHO one could also treat a bind error on `::` specifically with a retry using `0.0.0.0` so users don't have to list both and still...
Why do you want to wait until after `0.9.0` with those, do you intend to release soon? > Use SIG_IGN for SIGCHLD instead of our own handler https://github.com/swaywm/sway/commit/8238e5242bdbbc4c3b7cba0651c620a89b872a27 I think...
> i've been testing [swaywm/sway@05e895c](https://github.com/swaywm/sway/commit/05e895c4638293a6bfe594ff0cae4eaab63b740e) with the wlroots-19 patch for a couple days now. verbatim copy/paste into server.c. > result: +80 fps in Arma3 main menu (gtx 1650 - nvidia's...
That is what labwc is doing as well, it needs to clean up processes it spawns itself (+ get notified when a primary client terminates) and thus has a global...
Potential alternate approach to implementing an action within labwc itself: Using the [ForEach](https://labwc.github.io/labwc-actions.5.html#entry_action_name=foreach) action with some additional `output="some_output"` query argument. Although that would then likely only work with two monitors...
Maybe we could throw some script at it and convert all existing PR numbers automatically so you don't have to do it manually.