From badf7aba844967c5d13e01079c12df758715167a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2026 12:37:52 +0200 Subject: ... --- accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml') diff --git a/accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml b/accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml index 3d950031..483a60c6 100644 --- a/accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml +++ b/accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml @@ -31,6 +31,8 @@ Scope { root.onCommandBrightness(command.Brightness); else if (command.LockSession) Custom.Systemd.lockSession(); + else if (command.Sleep) + Custom.Systemd.sleep(); else if (command.Suspend) Custom.Systemd.suspend(); else if (command.Hibernate) -- cgit v1.2.3