Consolatis

Results 855 comments of Consolatis

I'll try to debug this later on a DRM system. The symptoms look very weird though. Regarding revert, I am easy on that. It should have no effect unless the...

`wlr-foreign-toplevel-management` is supported by labwc but doesn't support anything workspace related. > How are other compositor/bar combinations handling this (instead of falling back to sway-specific features)? I feel like we're...

> Atm the only way to see if an app is running in xwayland mode is the switcher, a kind of list like `lswt` would be nice. Hacky workaround: ```bash...

Background: labwc does intentionally not support custom IPC like some other compositors. Thus labwc relies on proper upstream protocol support for features like this (e.g. [ext-workspace](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/40)).

> what's that thing about foreign toplevel whatnot? That is for the window list and the window states (e.g. minimized / maximized / activated / fullscreen) and allows to change...

> Thanks then I will use Sway as window manager and leave Openbox. The whole reason for my taskbar search is caused by tint2 disappearing.I will just simply replace Openbox...

I don't have that much experience with tint2, I suggest using their bug tracker to ask that question.

Nice one. I totally might steal this logic for some other project :) I wonder if this could be fixed in gtk-layershell instead: if you keep `use_layershell=True` on the bottom...

> The workarea in Gdk falls back to monitor geometry if the platform doesn't have a concept of workarea. SO far I haven't seen any wayland compositors where workarea would...

> I think it would be difficult, since layer clients don't necessarily span the entire screen in either dimension, so workarea can be non-rectangular in theory The [protocol](https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-layer-shell-unstable-v1.xml#L152) says this...