diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/GeneralConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |