Set priority to notification so orca can interrupt.

This commit is contained in:
Jeremiah Ticket 2023-10-06 10:08:14 -06:00
parent 68ed5b4769
commit 7f85b4f3f6

View File

@ -46,7 +46,7 @@ sub speak_message {
my $SpeechVoice = Irssi::settings_get_str("speech_voice");
my $SpeechModule = Irssi::settings_get_str("speech_module");
# Speak The Message
system("spd-say -P important -y $SpeechVoice -r $SpeechRate -o $SpeechModule \"$summary $body\"&");
system("spd-say -P notification -y $SpeechVoice -r $SpeechRate -o $SpeechModule \"$summary $body\"&");
}
# Handle incoming public messages: