diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index 2fac759..46997e5 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -15,7 +15,7 @@ while true; do "$effect" & while pgrep -x tte >/dev/null; do - if read -n 1 -t 2; then + if read -n 1 -t 3; then exit_screensaver fi done