summaryrefslogtreecommitdiff
path: root/modules/lock/Lock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Lock.qml')
-rw-r--r--modules/lock/Lock.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/lock/Lock.qml b/modules/lock/Lock.qml
index 0017086..fc0bff8 100644
--- a/modules/lock/Lock.qml
+++ b/modules/lock/Lock.qml
@@ -14,9 +14,16 @@ Scope {
LockSurface {
lock: lock
+ pam: pam
}
}
+ Pam {
+ id: pam
+
+ lock: lock
+ }
+
CustomShortcut {
name: "lock"
description: "Lock the current session"