6th commit : noctalia double folder corrected

This commit is contained in:
ohinh 2026-09-05 23:06:37 +02:00
parent ad72a517d9
commit 8ad4437927
10 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,19 @@
[idle.behavior.lock]
timeout = 600
action = "lock"
enabled = false # explicitly disabled in the default config
[idle.behavior.screen-off]
timeout = 660
action = "screen_off" # turns monitors off, and back on when you return
enabled = false # explicitly disabled in the default config
[idle.behavior.suspend]
timeout = 900
action = "lock_and_suspend" # or action = "suspend" with lock_before_suspend = false
[idle.behavior.custom]
timeout = 48
action = "command"
command = "notify-send 'Idle' 'Going idle'"
resume_command = "notify-send 'Idle' 'Back from idle'"