From 50ea3f6a5d22bdc4197bc08d7c3a0dcc82ceb402 Mon Sep 17 00:00:00 2001 From: Ritchie Cunningham Date: Fri, 20 Jun 2025 23:28:24 +0100 Subject: [PATCH] [Change] Use absolute path for notifications. --- fnotify.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnotify.pl b/fnotify.pl index 7438dfb..189eb8d 100644 --- a/fnotify.pl +++ b/fnotify.pl @@ -110,7 +110,7 @@ sub print_text_handler { Irssi::settings_add_bool('lookandfeel', 'festival_enabled', 0); Irssi::settings_add_bool('lookandfeel', 'fnotify_sound_enabled', 1); Irssi::settings_add_str('lookandfeel', 'fnotify_sound_player', 'mpg123'); -Irssi::settings_add_str('lookandfeel', 'fnotify_sound_file', 'msg_notification.mp3'); +Irssi::settings_add_str('lookandfeel', 'fnotify_sound_file', '/home/rtch/.irssi/scripts/autorun/msg_notification.mp3'); # Register all three handlers.