diff --git a/.local/bin/pass_autofill b/.local/bin/pass_autofill index da33a96..78bc17c 100755 --- a/.local/bin/pass_autofill +++ b/.local/bin/pass_autofill @@ -16,7 +16,10 @@ if [ -n "$entry" ]; then # Type username, press Tab, then password, then Enter wtype "$username" + sleep 0.1 wtype -k Tab + sleep 0.1 wtype "$password" + sleep 0.1 wtype -k Return fi