https://bugs.kde.org/show_bug.cgi?id=466016
--- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 7e6876cc630b4dbe720d2d9aa0953170731f5644 by Vlad Zahorodnii. Committed on 18/01/2024 at 00:16. Pushed by vladz into branch 'Plasma/6.0'. Introduce layer window rule The new window rule allows to overwrite the stack layer. It can be useful on wayland to force picture-in-picture surfaces (which are xdg-toplevels at the moment) to be placed above fullscreen windows. Keep above flag is unsuitable because fullscreen windows are placed higher "above" windows. (cherry picked from commit 5c4acbdddda11df7beaef3575fcba064b2b5a67d) M +2 -0 autotests/integration/dbus_interface_test.cpp M +41 -0 autotests/integration/xdgshellwindow_rules_test.cpp M +1 -0 src/dbusinterface.cpp M +24 -0 src/kcms/rules/rulesmodel.cpp M +1 -0 src/kcms/rules/rulesmodel.h M +9 -2 src/rules.cpp M +5 -0 src/rules.h M +21 -0 src/rulesettings.kcfg M +3 -2 src/window.cpp https://invent.kde.org/plasma/kwin/-/commit/7e6876cc630b4dbe720d2d9aa0953170731f5644 -- You are receiving this mail because: You are watching all bug changes.