diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -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": { |