summaryrefslogtreecommitdiff
path: root/accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-09-27 12:37:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-09-27 12:37:52 +0200
commitbadf7aba844967c5d13e01079c12df758715167a (patch)
tree3c0872b667a64a82caf7bab3d2503c9f7a6444b9 /accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml
parent74d97f767ac4d6f05ce95e388460a49c5190afc3 (diff)
downloadnixos-badf7aba844967c5d13e01079c12df758715167a.tar
nixos-badf7aba844967c5d13e01079c12df758715167a.tar.gz
nixos-badf7aba844967c5d13e01079c12df758715167a.tar.bz2
nixos-badf7aba844967c5d13e01079c12df758715167a.tar.xz
nixos-badf7aba844967c5d13e01079c12df758715167a.zip
Diffstat (limited to 'accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml')
-rw-r--r--accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml b/accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml
index beff205c..fb1cfa4d 100644
--- a/accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml
+++ b/accounts/gkleen@skadhi/shell/quickshell/NiriIdle.qml
@@ -22,7 +22,7 @@ Scope {
22 } 22 }
23 Connections { 23 Connections {
24 target: Custom.Systemd 24 target: Custom.Systemd
25 function onSleep(before: bool) { 25 function onPrepareForSleep(before: bool) {
26 if (!before) 26 if (!before)
27 NiriService.sendCommand({ "Action": { "PowerOnMonitors": {} } }, _ => {}); 27 NiriService.sendCommand({ "Action": { "PowerOnMonitors": {} } }, _ => {});
28 } 28 }