fixing sleep in pass autofill

This commit is contained in:
2025-04-17 11:21:34 -07:00
parent f08e29bbd9
commit dbca282194

View File

@@ -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