From da23e39c353e68fdc7c5839d78945e88352a7f92 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 11:24:23 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml') 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 { pam.abort(); if (locked) { + NiriService.sendCommand({ "Action": { "PowerOffMonitors": {} } }); Custom.KeePassXC.lockAllDatabases(); Array.from(mprisProxy.players).forEach(player => { if (player.canPause && player.isPlaying) -- cgit v1.2.3