[Change] Use absolute path for notifications.

This commit is contained in:
Ritchie Cunningham 2025-06-20 23:28:24 +01:00
parent 6113da6f59
commit 50ea3f6a5d

View File

@ -110,7 +110,7 @@ sub print_text_handler {
Irssi::settings_add_bool('lookandfeel', 'festival_enabled', 0); Irssi::settings_add_bool('lookandfeel', 'festival_enabled', 0);
Irssi::settings_add_bool('lookandfeel', 'fnotify_sound_enabled', 1); 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_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. # Register all three handlers.