add support for custom notification on password typing
This commit is contained in:
parent
8eef49fd4f
commit
a21e1b9fb3
@ -125,6 +125,9 @@ ${line3}</span>"
|
||||
elif [[ $rofi_exit -eq 12 ]]; then
|
||||
checkIfPass
|
||||
echo -n "${password}" | xdotool type --clearmodifiers --file -
|
||||
if [[ "${stuff[notify]}" == "true" ]]; then
|
||||
notify-send "rofi-pass" "finished typing password"
|
||||
fi
|
||||
exit
|
||||
|
||||
elif [[ $rofi_exit -eq 14 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user