summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 14:38:44 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-23 14:38:44 +1000
commit95fc1c7fba297044dd2d8f3399c72864d7d2c908 (patch)
tree5e7699ccb0cc731465d7fcfe237d9c9308d5e405 /README.md
parentinternal: add toasts for gamemode & dnd (diff)
downloadcaelestia-shell-95fc1c7fba297044dd2d8f3399c72864d7d2c908.tar.gz
caelestia-shell-95fc1c7fba297044dd2d8f3399c72864d7d2c908.tar.bz2
caelestia-shell-95fc1c7fba297044dd2d8f3399c72864d7d2c908.zip
idlemonitor: configurable timeouts
Closes #669
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md
index 421b012..71aedbf 100644
--- a/README.md
+++ b/README.md
@@ -279,9 +279,21 @@ default, you must create it manually.
},
"idle": {
"inhibitWhenAudio": true,
- "lockTimeout": 180,
- "dpmsTimeout": 300,
- "sleepTimeout": 600
+ "timeouts": [
+ {
+ "timeout": 180,
+ "idleAction": "lock"
+ },
+ {
+ "timeout": 300,
+ "idleAction": "dpms off",
+ "returnAction": "dpms on"
+ },
+ {
+ "timeout": 600,
+ "idleAction": ["systemctl", "suspend-then-hibernate"]
+ }
+ ]
}
},
"background": {