From e723af3293384e8a0f4fa06d7c1a88e11ebe4351 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:39:09 +1000 Subject: idlemonitor: inhibit when audio playing --- config/GeneralConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml index 91c85fc..dc6222e 100644 --- a/config/GeneralConfig.qml +++ b/config/GeneralConfig.qml @@ -12,6 +12,7 @@ JsonObject { } component Idle: JsonObject { + property bool inhibitWhenAudio: true property real lockTimeout: 180 // 3 mins property real dpmsTimeout: 300 // 5 mins property real sleepTimeout: 600 // 10 mins -- cgit v1.2.3-freya