fix copying of username/password

This commit is contained in:
Rasmus Steinke 2015-07-12 06:49:27 +02:00
parent a9341eb1f9
commit 885087869e

View File

@ -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