From 2c0dd689145e48e9d3683dfd3556723895fa54aa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 21 Jan 2026 14:34:21 -0500 Subject: remove lockscreen --- config/GeneralConfig.qml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'config/GeneralConfig.qml') diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml index eecca01..08b29dd 100644 --- a/config/GeneralConfig.qml +++ b/config/GeneralConfig.qml @@ -2,7 +2,6 @@ import Quickshell.Io JsonObject { property Apps apps: Apps {} - property Idle idle: Idle {} property Battery battery: Battery {} component Apps: JsonObject { @@ -12,26 +11,6 @@ JsonObject { property list explorer: ["thunar"] } - component Idle: JsonObject { - property bool lockBeforeSleep: true - property bool inhibitWhenAudio: true - property list timeouts: [ - { - timeout: 180, - idleAction: "lock" - }, - { - timeout: 300, - idleAction: "dpms off", - returnAction: "dpms on" - }, - { - timeout: 600, - idleAction: ["systemctl", "suspend-then-hibernate"] - } - ] - } - component Battery: JsonObject { property list warnLevels: [ { -- cgit v1.2.3-freya