1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-03 19:12:11 -04:00

idle/lock: add option to turn off monitors after lock explicitly

This commit is contained in:
bbedward
2026-04-28 10:12:35 -04:00
parent 1919ca7243
commit 713ba1efbb
5 changed files with 70 additions and 69 deletions

View File

@@ -7,6 +7,7 @@ Rectangle {
id: root
required property WlSessionLock lock
required property var pam
required property string sharedPasswordBuffer
required property string screenName
required property bool isLocked
@@ -21,6 +22,7 @@ Rectangle {
anchors.fill: parent
demoMode: false
pam: root.pam
passwordBuffer: root.sharedPasswordBuffer
screenName: root.screenName
onUnlockRequested: root.unlockRequested()