https://bugs.kde.org/show_bug.cgi?id=466016
--- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 5c4acbdddda11df7beaef3575fcba064b2b5a67d by Vlad Zahorodnii. Committed on 18/01/2024 at 00:05. Pushed by vladz into branch 'master'. 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. 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/5c4acbdddda11df7beaef3575fcba064b2b5a67d -- You are receiving this mail because: You are watching all bug changes.