diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 19:22:27 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 19:22:27 +1000 |
| commit | 56ca1632c5ecd6e1c3124154e689608c359fab1e (patch) | |
| tree | e374308f1927a545db79dcb22a791eb667bd8719 /modules/lock/Lock.qml | |
| parent | lock: add content + better unlock anim (diff) | |
| download | caelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.tar.gz caelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.tar.bz2 caelestia-shell-56ca1632c5ecd6e1c3124154e689608c359fab1e.zip | |
lock: input field + separate pam
Diffstat (limited to 'modules/lock/Lock.qml')
| -rw-r--r-- | modules/lock/Lock.qml | 7 |
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" |