summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-06-22 11:39:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-06-22 11:39:13 +0200
commit4817afd1707c9a572af755a4751f97a8fa5a80c1 (patch)
tree86c374c63aa7eb0da5560c84c4a78b792a740cb2 /accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml
parent9213916cf570885f40b0e464e6b1c282d9b08cb4 (diff)
downloadnixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar
nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.gz
nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.bz2
nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.tar.xz
nixos-4817afd1707c9a572af755a4751f97a8fa5a80c1.zip
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml b/accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml
index fe48fd7f..60202a29 100644
--- a/accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Services/InhibitorState.qml
@@ -8,6 +8,7 @@ Singleton {
8 8
9 property bool waylandIdleInhibited: false 9 property bool waylandIdleInhibited: false
10 property alias lidSwitchInhibited: lidSwitchInhibitor.enabled 10 property alias lidSwitchInhibited: lidSwitchInhibitor.enabled
11 property bool lockscreenInhibited: false
11 12
12 Custom.SystemdInhibitor { 13 Custom.SystemdInhibitor {
13 id: lidSwitchInhibitor 14 id: lidSwitchInhibitor