mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 23:09:57 -05:00
fix screen lock not showing over fullscreen apps
This commit is contained in:
@@ -62,7 +62,7 @@ Variants {
|
|||||||
// Layer props
|
// Layer props
|
||||||
screen: modelData
|
screen: modelData
|
||||||
exclusionMode: ExclusionMode.Ignore
|
exclusionMode: ExclusionMode.Ignore
|
||||||
WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Top : WlrLayer.Bottom
|
WlrLayershell.layer: GlobalStates.screenLocked ? WlrLayer.Overlay : WlrLayer.Bottom
|
||||||
// WlrLayershell.layer: WlrLayer.Bottom
|
// WlrLayershell.layer: WlrLayer.Bottom
|
||||||
WlrLayershell.namespace: "quickshell:background"
|
WlrLayershell.namespace: "quickshell:background"
|
||||||
anchors {
|
anchors {
|
||||||
|
|||||||
Reference in New Issue
Block a user