Levi Webb

Results 53 comments of Levi Webb

> Setting the xwintype to 'desktop', glava only shows on the active workspace when the program is initially run. This is seemingly just how KDE Plasma handles desktop windows, they...

I added a `#request addxwinstate ` directive that can be used to further tweak how the GLava window behaves. See https://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130317598336 for details of what this (should) tell your WM....

Also, see [this issue](https://github.com/wacossusca34/glava/issues/3), as it may be related. I changed the default values for `setfloating` and `setfocused` to false in the default copy of `rc.glsl`, as it's unessecary and...

I am unable to install KDE in a `systemd-nspawn` container, preventing me from testing this myself. If someone else could play with `addxwinstate` values and other requests on KDE, it...

It looks like I will have to write GLava as an actual KDE widget to get it to work correctly.

@flying-sheep thanks for your input. I will start with trying to get in touch with people that work more closely with KWin on IRC (or mailing lists).

**Note:** KDE 5.12+ supports Wayland -- if you are using Wayland instead of X11, you will run into numerous issues with transparency, window hints, etc. Try to avoid using the...

#17 (recently fixed) may be related to the issues described here. Let me know if any of the fixes in `unstable` or for the 1.3 release are fixed with the...

@Aaahh that is extremely helpful. I will just implement this in GLava itself, see `xwin.c` for how GLava handles most X11-related tasks (other X11 code can be found in `glx_wcb.c`,...

@Aaahh GLava (by default) will attempt to create a direct GLX context. This is probably why it's not working with `xwinwrap`. See the documentation from Khronos for `ARB_create_context`: ``` Direct...