From 6fcacba9906bdd3b35692bbe8eb5290b95dd3d28 Mon Sep 17 00:00:00 2001 From: opal Date: Sun, 4 May 2025 20:24:54 -0700 Subject: [PATCH] fixed pass_autofill --- .local/bin/pass_autofill | 3 +++ 1 file changed, 3 insertions(+) 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