diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index ac2e38f8..456baa98 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | |||
@@ -83,6 +83,7 @@ Scope { | |||
83 | pam.abort(); | 83 | pam.abort(); |
84 | 84 | ||
85 | if (locked) { | 85 | if (locked) { |
86 | NiriService.sendCommand({ "Action": { "PowerOffMonitors": {} } }); | ||
86 | Custom.KeePassXC.lockAllDatabases(); | 87 | Custom.KeePassXC.lockAllDatabases(); |
87 | Array.from(mprisProxy.players).forEach(player => { | 88 | Array.from(mprisProxy.players).forEach(player => { |
88 | if (player.canPause && player.isPlaying) | 89 | if (player.canPause && player.isPlaying) |