From dbca282194f9439d7e726bb75a5d9185ab9f9315 Mon Sep 17 00:00:00 2001 From: Opal Date: Thu, 17 Apr 2025 11:21:34 -0700 Subject: [PATCH] fixing sleep in pass autofill --- .local/bin/pass_autofill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/pass_autofill b/.local/bin/pass_autofill index 5b20674..da33a96 100755 --- a/.local/bin/pass_autofill +++ b/.local/bin/pass_autofill @@ -11,7 +11,7 @@ if [ -n "$entry" ]; then exit 1 fi - notify-send "Autofill in 3s: Focus username field in form" + notify-send "Autofill in 1s: Focus username field in form" sleep 1 # Type username, press Tab, then password, then Enter