summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/shell.qml b/shell.qml
index 8a83573..a56caae 100644
--- a/shell.qml
+++ b/shell.qml
@@ -13,7 +13,12 @@ ShellRoot {
Background {}
Drawers {}
AreaPicker {}
- Lock {}
+ Lock {
+ id: lock
+ }
Shortcuts {}
+ IdleMonitors {
+ lock: lock
+ }
}