wofi-pass: increase key delay

This commit is contained in:
Gabriel Ebner 2021-08-05 11:39:41 +02:00
parent c7161c0ef1
commit 015c7d695b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ list_accounts_beginning_with_blank_page() {
}
do_type() {
echo -n "$1" | ydotool type --file=-
echo -n "$1" | ydotool type --key-delay=70 --file=-
}
get_passwd() {