lock: make it cover also fullscreen apps

This commit is contained in:
end-4
2025-07-20 20:52:40 +07:00
parent c1c291a9e3
commit db38e8496f
@@ -53,8 +53,8 @@ Scope {
// Layer props
screen: modelData
exclusionMode: ExclusionMode.Ignore
// WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Top : WlrLayer.Bottom
WlrLayershell.layer: WlrLayer.Bottom
WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Top : WlrLayer.Bottom
// WlrLayershell.layer: WlrLayer.Bottom
WlrLayershell.namespace: "quickshell:background"
anchors {
top: true