OSD: add always on top setting

This commit is contained in:
lysec
2025-10-11 19:16:37 +02:00
parent e358239862
commit f9c9d00b60
9 changed files with 33 additions and 0 deletions
+1
View File
@@ -204,6 +204,7 @@ Variants {
color: Color.transparent
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
WlrLayershell.layer: (Settings.data.osd && Settings.data.osd.alwaysOnTop) ? WlrLayer.Overlay : WlrLayer.Top
exclusionMode: PanelWindow.ExclusionMode.Ignore
Rectangle {