fix typing of user
This commit is contained in:
parent
a786849e5c
commit
138077b352
@ -71,7 +71,7 @@ mainMenu () {
|
|||||||
stuff["${_id}"]=${_val}
|
stuff["${_id}"]=${_val}
|
||||||
done < <(pass "${selected_password}" | tail -n+2 | grep ': ')
|
done < <(pass "${selected_password}" | tail -n+2 | grep ': ')
|
||||||
|
|
||||||
if [[$rofi_exit -eq 11 ]]; then
|
if [[ $rofi_exit -eq 11 ]]; then
|
||||||
xdotool_type "${stuff[${USERNAME_field}]}"
|
xdotool_type "${stuff[${USERNAME_field}]}"
|
||||||
exit
|
exit
|
||||||
elif [[ $rofi_exit -eq 12 ]]; then
|
elif [[ $rofi_exit -eq 12 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user