From 89a3e912fe19ae8f870d7e8d2f8a3a783a5eec1c Mon Sep 17 00:00:00 2001 From: Martin Schrodt Date: Tue, 7 Apr 2026 01:16:17 +0300 Subject: [PATCH] readme: comment out condition_cmd and condition_retry defaults Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e111fc4..101b342 100644 --- a/README.md +++ b/README.md @@ -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) } ```