[Change] Use absolute path for notifications.
This commit is contained in:
parent
6113da6f59
commit
50ea3f6a5d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user