diff --git a/rofi-pass b/rofi-pass index 2dcd45e..36e2a9b 100755 --- a/rofi-pass +++ b/rofi-pass @@ -125,6 +125,9 @@ ${line3}" 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