diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-17 23:39:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-17 23:39:09 +1000 |
| commit | e723af3293384e8a0f4fa06d7c1a88e11ebe4351 (patch) | |
| tree | e4808d82b82b323f6e1d3e67444cfb04949114ea /config/GeneralConfig.qml | |
| parent | feat: add idle monitor (diff) | |
| download | caelestia-shell-e723af3293384e8a0f4fa06d7c1a88e11ebe4351.tar.gz caelestia-shell-e723af3293384e8a0f4fa06d7c1a88e11ebe4351.tar.bz2 caelestia-shell-e723af3293384e8a0f4fa06d7c1a88e11ebe4351.zip | |
idlemonitor: inhibit when audio playing
Diffstat (limited to 'config/GeneralConfig.qml')
| -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 |