Consolatis
Consolatis
We could send in a PR for wlr-foreign-toplevel-management and try to add - `urgent` / `demands_attention` state (no `set_urgent()`) - `always-on-top` state (including `set_always_on_top()` - potentially `shaded` state (including `set_shaded()`)...
Other than the UX question above regarding focusing the topmost view if there isn't a last known one this LGTM, not tested.
> @Consolatis @johanmalm Just to confirm, can I merge this PR? As a general statement, I completely trust your judgment in regards to code and testing PRs even if I...
It can be disabled by user configuration in `rc.xml`: ```xml ```
In general based from the WAYLAND_DEBUG logs this looks like wlroots doesn't provide the gamma control. So this is not failing to set some value but wlroots outright not giving...
My 2 cents: Variant 1 would be the best, variant 3 is a good fallback approach, 2 doesn't sound that great. For anybody wanting to test the fixes backported to...
It seems like the magnifier and drop shadows are both [fixed](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4690) in wlroots master / 0.18 (not yet tested though). However there is some hesitation to backport the two changesets...
Makes sense, should I prepare a 0.17 backport MR for wlroots then containing the pixman rewrite MR + the recent fixup MR or do you want to do so instead?
> If you'd be able to do the MR that would be great, I'm going to be mostly AFK tomorrow and next week. Will do over the weekend. Thanks for...
The backport PR has been merged to the 0.17 branch and is thus part of a future 0.17.4 release. It is also included when compiling labwc without a system wide...