summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Lockscreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
index 30fa68b5..0b4a68b2 100644
--- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
@@ -47,7 +47,7 @@ Scope {
47 47
48 IdleMonitor { 48 IdleMonitor {
49 id: idleMonitor 49 id: idleMonitor
50 enabled: !lock.secure 50 enabled: !lock.secure && !InhibitorState.lockscreenInhibited
51 timeout: 600 51 timeout: 600
52 respectInhibitors: true 52 respectInhibitors: true
53 53