Consolatis
Consolatis
Just curious, how do you identify the window which currently has focus compared to other windows? In most themes the inactive windows have a slightly different color than the focused...
> Inactive windows have gray titlebar and borders, the active window has colored titlebar and borders (see terminal window in last screenshot). Oh, sorry. So this is about differentiating between...
> Also, apparently the two existing clients (sfwbar and xfce4-panel) There is also https://github.com/Alexays/Waybar/pull/4016
> xfce4-panel: > > - `ext_workspace_handle_v1::id()` prints a critical: `g_object_set_is_valid_property: property 'id' of object class 'XfwWorkspaceWayland' is not writable` > - really freaks out with multiple workspace groups (i.e. two...
> > Also you should probably unset the activate capability for the workspace you're currently on. > > Is that needed/expected? What do others do? I don't think any implementation...
> * a non-decorated window with the playing video opens up. This PIP window is not AOT (maybe it should be - as it is with some other Wayland compositors,...
> I was a bit afraid that synchronizing them can be annoying because it means a fullscreen AOT window hides panels even after alt-tabbing to another window. But I confirmed...
Thanks for your work on this. I've played around with this branch a bit and want to share my thoughts on the current implementation. I tried to hack together basic...
https://github.com/flacjacket/pywlroots might be an approach for writing a xpra wayland backend in the long run.
I kind of liked the simplicity of having a single workspace scene tree to enable/disable compared to manually enabling / disabling every window. What are the downsides of having another...