fix copying of username/password
This commit is contained in:
parent
a9341eb1f9
commit
885087869e
@ -116,10 +116,10 @@ ${open_url}: Open URL | ${copy_name}: Copy Username | ${copy_pass}: Copy Passwor
|
||||
elif [[ $rofi_exit -eq 12 ]]; then
|
||||
xdotool_type "$password"
|
||||
exit
|
||||
elif [[ $rofi_exit -eq 17 ]]; then
|
||||
elif [[ $rofi_exit -eq 14 ]]; then
|
||||
echo -n "${stuff[${USERNAME_field}]}" | xclip
|
||||
exit
|
||||
elif [[ $rofi_exit -eq 18 ]]; then
|
||||
elif [[ $rofi_exit -eq 15 ]]; then
|
||||
echo -n "$password" | xclip
|
||||
exit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user