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
|
elif [[ $rofi_exit -eq 12 ]]; then
|
||||||
xdotool_type "$password"
|
xdotool_type "$password"
|
||||||
exit
|
exit
|
||||||
elif [[ $rofi_exit -eq 17 ]]; then
|
elif [[ $rofi_exit -eq 14 ]]; then
|
||||||
echo -n "${stuff[${USERNAME_field}]}" | xclip
|
echo -n "${stuff[${USERNAME_field}]}" | xclip
|
||||||
exit
|
exit
|
||||||
elif [[ $rofi_exit -eq 18 ]]; then
|
elif [[ $rofi_exit -eq 15 ]]; then
|
||||||
echo -n "$password" | xclip
|
echo -n "$password" | xclip
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user