summaryrefslogtreecommitdiff
path: root/accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml')
-rw-r--r--accounts/gkleen@skadhi/shell/quickshell/UnixIPC.qml2
1 files changed, 2 insertions, 0 deletions
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 {
31 root.onCommandBrightness(command.Brightness); 31 root.onCommandBrightness(command.Brightness);
32 else if (command.LockSession) 32 else if (command.LockSession)
33 Custom.Systemd.lockSession(); 33 Custom.Systemd.lockSession();
34 else if (command.Sleep)
35 Custom.Systemd.sleep();
34 else if (command.Suspend) 36 else if (command.Suspend)
35 Custom.Systemd.suspend(); 37 Custom.Systemd.suspend();
36 else if (command.Hibernate) 38 else if (command.Hibernate)