diff --git a/.local/bin/rofi-gopass b/.local/bin/rofi-gopass index 8018cf2..b6a9224 100755 --- a/.local/bin/rofi-gopass +++ b/.local/bin/rofi-gopass @@ -108,7 +108,7 @@ autopass() { local autotype entry="${1}" autotype="$(gopass show "${entry}" autotype)" - autotype="${autotype:-user :tab pass}" + autotype="${autotype:-username :tab pass}" for word in ${autotype}; do case "$word" in @@ -226,7 +226,7 @@ main() { exit ;; "11") - printf '%s' "$(gopass show "${entry}" user)" | _dotool type + printf '%s' "$(gopass show "${entry}" username)" | _dotool type exit ;; "12")