Pavel Epifanov wrote: > > On 6 Feb 2000, Joachim Trinkwitz wrote: > >>=> Many things make the system beep when >>=> you type the "wrong" thing in. Typically, pressing up- or down-arrow >>=Please tell us which commands will do that -- I've looked after such a >>=solution a long time. > > # for bash (turn default beep off and > # set frequency of char \07 out of range) > # ~/.bashrc for multiuser or /etc/profile for personal computer: > set bell-style none > echo -e "\33[11;1]"
To add to this, I have in my /etc/profile # change audible bell [10;xxx]=freqency hz [11;xxx]=duration echo -en "\33[10;200]\33[11;16]" It gives a soft click.