diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Background.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index ca3aaff..11c9151 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -12,8 +12,8 @@ Variants { screen: modelData name: "background" - exclusionMode: ExclusionMode.Ignore - layer: WlrLayer.Background + WlrLayershell.exclusionMode: ExclusionMode.Ignore + WlrLayershell.layer: WlrLayer.Background color: "black" anchors.top: true |