From dc986c00aa441f555e86449ccd044e24fa56a33a Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:35:54 +1000 Subject: plugin: add sleep notifier Lock before sleep --- config/GeneralConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/GeneralConfig.qml') diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml index d53364b..eecca01 100644 --- a/config/GeneralConfig.qml +++ b/config/GeneralConfig.qml @@ -13,6 +13,7 @@ JsonObject { } component Idle: JsonObject { + property bool lockBeforeSleep: true property bool inhibitWhenAudio: true property list timeouts: [ { -- cgit v1.2.3-freya