Leon Henrik Plickat

Results 93 comments of Leon Henrik Plickat

Another alternative: Go with the window management protocol and let window managers set tiled state and CSD/SSD state independently. Then we could keep the decision making and therefore this problem...

@ifreund I believe they meant "on top" as in "is rendered above", so I think what this issue is about is the order in which views are stacked. People are...

See also #52. Generally the problem with hooks is frame perfection. While that isn't a thing on X, on Wayland we take it seriously.

> This would likely also require a command to ask river what the active application is. The title of the focused application can be fetched with the river-status protocol extension....

Likely related to river not doing full damage tracking yet.

~~To make this work I used the `util.safeIntDownCast()` function I originally came up with for #399. I feel like this can be done better with `@truncate()`; I'll look into that...

This commit also introduces the `Vector` type, which I think will also allow me to refactor #399 a little bit.

It's not under review. The code is a bit outdated; Should be an easy update, however I am not actively working on this right now. The general idea is to...

I wonder what backend plugin Qt is running here. Did you manually set `QT_QPA_PLATFORM` to anything?

> but having it as a configuration option would likely work as well. River outsources the output configuration UI to external clients, using dedicated protocol extensions (` wlr-output-power-management-unstable-v1` and `wlr-output-management-unstable-v1`)....