Consolatis
Consolatis
Those coordinates would then still have to be relative though, right? So for your example (using layershell without anchor) the `x` argument would turn negative once moving the cursor to...
I have a prototype available locally which works but is missing a clean up on layer surface unmap / destruction. Will put up a PR when ready.
> It does seem a bit glitchy. Maybe something isn't quite right?? Assuming you are referring to the dimensions: somehow the minimal size the SSD requires isn't used (as in...
> Hmmm or maybe it's addressed in #487. Yes, we decided to remove the clamping completely.
So it looks like `seat_client` is somehow corrupted (`0x521` looks pretty strange as address). Wlroots gets that one from `wlr_seat->clients`. So I suspect what is happening here is that we...
Would you mind posting your `menu.xml` (or some fresh one which shows the same issue)?
I don't actually know if the [wayland protocol](https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/protocol/wayland.xml) supports querying or setting the keyboard layout. I have `XKB_DEFAULT_LAYOUT=de` in `~/.config/labwc/environment` though which just sets a usual environment var that could...
I don't think think it'll change. When `~/.config/labwc/environment` changes and you `SIGHUP` labwc it should update the environment for newly spawned processes (from the compositor itself, like from a keybinding)....
I think we still leak a stray PRESS event for the modifier (`A` in this case) to the focused application when doing a keybind involving modifiers. That could be the...
AFAIR the reason for the key repeat rate being 0 is - #176