summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-12 14:21:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-12 14:21:21 +0200
commit43af16801fcbb7056a51ed5fd6539c74ff5c0379 (patch)
treebbf61e0d0df1cac84c441afaddcb2184dc450181 /accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp
parentda23e39c353e68fdc7c5839d78945e88352a7f92 (diff)
downloadnixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.gz
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.bz2
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.tar.xz
nixos-43af16801fcbb7056a51ed5fd6539c74ff5c0379.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp')
-rw-r--r--accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp b/accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp
index 84752d76..615024d2 100644
--- a/accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp
+++ b/accounts/gkleen@sif/shell/quickshell-plugins/Systemd.hpp
@@ -28,6 +28,9 @@ public:
28 Q_INVOKABLE void setBrightness(const QString& subsystem, const QString& name, quint32 brightness); 28 Q_INVOKABLE void setBrightness(const QString& subsystem, const QString& name, quint32 brightness);
29 Q_INVOKABLE void setIdleHint(bool idle); 29 Q_INVOKABLE void setIdleHint(bool idle);
30 Q_INVOKABLE void setLockedHint(bool locked); 30 Q_INVOKABLE void setLockedHint(bool locked);
31 Q_INVOKABLE void lockSession();
32 Q_INVOKABLE void suspend();
33 Q_INVOKABLE void hibernate();
31 34
32 bool idleHint(); 35 bool idleHint();
33 bool lockedHint(); 36 bool lockedHint();