changed todo, pass_autofill and bash aliases use nmcli

This commit is contained in:
2025-05-07 16:33:00 -07:00
parent aa7ea36ff7
commit ce61e9d0c8
3 changed files with 118 additions and 71 deletions

View File

@@ -16,10 +16,10 @@ if [ -n "$entry" ]; then
# Type username, press Tab, then password, then Enter
wtype "$username"
sleep 0.1
sleep 0.2
wtype -k Tab
sleep 0.1
sleep 0.2
wtype "$password"
sleep 0.1
sleep 0.2
wtype -k Return
fi