lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
193 stars 135 forks source link

LXQtWMBackend_KWinWayland: fix reset keep_below state #2111

Closed gfgit closed 2 months ago

gfgit commented 2 months ago

Previously when a window was set to layer "KeepBelow" it could not be reset to "Normal" anymore.

stefonarch commented 2 months ago

Confirming the issue and the fix working fine, I've added a patch to https://github.com/lxqt/lxqt-panel/pull/2110

GTM

tsujan commented 2 months ago

My focus has been on the wlroots backend; haven't found time to look into the code of the kwin backend yet. @stefonarch, Please merge it if it works as intended.