6th commit : noctalia double folder corrected
This commit is contained in:
parent
ad72a517d9
commit
8ad4437927
10 changed files with 12 additions and 1 deletions
19
.config/noctalia/idle.toml
Normal file
19
.config/noctalia/idle.toml
Normal 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'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue