mirror of
https://github.com/hyprwm/hypridle.git
synced 2026-05-07 13:48:00 +02:00
readme: comment out condition_cmd and condition_retry defaults
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
60df5dd39d
commit
89a3e912fe
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ listener {
|
|||
timeout = 500 # in seconds
|
||||
on-timeout = notify-send "You are idle!" # command to run when timeout has passed
|
||||
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
|
||||
condition_cmd = # if set, run this command before on-timeout. Exit 0 = proceed, non-zero = defer
|
||||
condition_retry = 30 # retry interval in seconds when condition_cmd defers (default: 30)
|
||||
# condition_cmd = # if set, run this command before on-timeout. Exit 0 = proceed, non-zero = defer
|
||||
# condition_retry = 30 # retry interval in seconds when condition_cmd defers (default: 30)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue