Technix
Technology Weblog

Disabling the annoying system beep in Linux !

System beeps every time you press the backspace key one too many times, or just using emacs, can be quite disturbing.

To shut them off:
Just open your .bashrc file.

vi ~/.bashrc

and add the following
xset b off
xset b 0 0 0

3 Responses to “Disabling the annoying system beep in Linux !”

  1. thanks … really usefull stuff

  2. Nice was thinking about it no got it ;)

  3. rmmod pcspkr


Leave a Reply