Consolatis

Results 854 comments of Consolatis

That might also be relevant here: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/stable/xdg-shell/xdg-shell.xml?ref_type=heads#L1244 As well as this: https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-layer-shell-unstable-v1.xml?ref_type=heads#L275

Leaving this open until all the pieces are in place. One thing I recognized is that the exclusive layershell setting may work against the user to a point where the...

We do have a `ToggleOmnipresent` now (personally I would be fine with adding a `ToggleSticky` alias which simply triggers the same action). Agree that we should get rid of the...

Based on the linked bug report from blender it seems to bail out in some capacity if the keystate after receiving focus is not consistent with blender's internal xkb state:...

The `view has no output` errors should actually not be errors in the first place but rather debug logs, they can happen when the screen is turned off and similar...

> > @Consolatis and I brainstormed a bit on IRC and thought we might be able to extend the window-rule criteria to accept a wlr_surface rather than identifier, etc. and...

> What does it mean to "develop a wayland protocol that can be used now"? Does it mean a forked wlroots or it can be part of labwc somehow until...

It might also be a regression introduced when we started to track wlroots 0.17. Some random ideas how to start debug this: - To remove fbcon from the equation for...

Hm.. it seems to work fine initially (no "set preferred mode") and then the card seems to emit a hotplug event and states HDMI-A-1 disconnected. ``` [ HDMI-A-1 should be...

Thanks for the investigation and linking the relevant issues! > Screen blanking actually happens before set preferred mode. It happens during wlr_output_enable. If that is what causes it, could we...