summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/shell.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/shell.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/shell.qml b/accounts/gkleen@sif/shell/quickshell/shell.qml
index 0fa45f79..10c2eff6 100644
--- a/accounts/gkleen@sif/shell/quickshell/shell.qml
+++ b/accounts/gkleen@sif/shell/quickshell/shell.qml
@@ -20,7 +20,8 @@ ShellRoot {
20 screen: screenScope.modelData 20 screen: screenScope.modelData
21 21
22 WlrLayershell.layer: WlrLayer.Background 22 WlrLayershell.layer: WlrLayer.Background
23 WlrLayershell.exclusionMode: ExclusionMode.Ignore 23 WlrLayershell.namespace: "background"
24 exclusionMode: ExclusionMode.Ignore
24 25
25 anchors.top: true 26 anchors.top: true
26 anchors.bottom: true 27 anchors.bottom: true
@@ -41,6 +42,7 @@ ShellRoot {
41 } 42 }
42 43
43 Lockscreen {} 44 Lockscreen {}
45 NiriIdle {}
44 46
45 VolumeOSD {} 47 VolumeOSD {}
46 BrightnessOSD {} 48 BrightnessOSD {}