Consolatis

Results 854 comments of Consolatis

Something like that would be my idea as well. However I am not actually sure if that feature would be useful outside of labwc itself, I'd assume that most other...

wlroots 0.18 started using a different .so name exactly for this reason so distros can ship wlroots 0.17 and 0.18 simultaneously.

@epsilon77 Looks like Debian might include a wlroots 0.17 package: https://tracker.debian.org/pkg/wlroots-0.17

Negative layershell margins may end up on other outputs or don't receive frame / configure events anymore because the surface is not actually visible (which revealed a bug in the...

> > Current implementation sort of works but on my setup it triggers auto-show even if cursor is not yet at screen edge. > > This makes it impossible to...

I think the main issue with workspaces per output is that we can't use the output layout (global coordinate system which spans all outputs) anymore, e.g. moving windows between outputs...

wlroots MR: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5079 I'll investigate if we can implement the X11 bits on the labwc side until we start tracking wlroots 0.20. Edit: Seems to work: https://github.com/Consolatis/labwc/compare/labwc%3Alabwc%3Amaster...feature/x11_icons

I've updated my branch and cherry-picked your commit on top + slightly modified it to fit the new xdg icon implementation (e.g. mostly `struct *wl_array` arg rather than `struct wl_array`...

Thanks for your continuous work in this area! Just to set expectations, this might take a while to review properly.

The config parsing now does way more than it was originally the case. New things have been bolted on top and so far it kind of works for the most...