From 7f85b4f3f662046bc45b6ebdf17d65a921847357 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 6 Oct 2023 10:08:14 -0600 Subject: [PATCH] Set priority to notification so orca can interrupt. --- autospeak.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autospeak.pl b/autospeak.pl index a0482b9..197c729 100644 --- a/autospeak.pl +++ b/autospeak.pl @@ -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: