How to enable Terminal sound beep? I tried some of this Beep in shell script not working? without luck.
Please help me, I just want IRSSI to make a beep sound each time I get a private message.
How to enable Terminal sound beep? I tried some of this Beep in shell script not working? without luck.
Please help me, I just want IRSSI to make a beep sound each time I get a private message.
paplay
[pulse-audio play] or other and use an appropriate sound file, eg. worf from star trek with his "you're being hailed" :) – guiverc Dec 02 '17 at 00:12paplay --volume=85000 /usr/share/sounds/KDE-Sys-App-Error-Serious-Very.ogg
which plays a selected file if that error condition occurs. the sound file of course can be anything (I too use XFCE on the box I grabbed this example from but I did use KDE4 years ago) – guiverc Dec 02 '17 at 00:50paplay /usr/share/sounds/ubuntu/stereo/desktop-login.ogg
is one you're more likely to have. – guiverc Dec 02 '17 at 01:13paplay
would help. alas a better look just now and scripts appear to only run at startup so of little help. – guiverc Dec 02 '17 at 02:38