分类: LINUX
2008-07-21 17:57:40
setterm -blength 0When working under X11 (no matter if KDE, Gnome, XFCE, or ... is used) you turn off the beep with:
#alternatively you can change the frequency of the beep to a
#very low value:
setterm -bfreq 10
xset b off2 Beep off on a per shell basis
# has to go into /etc/inputrc or .inputrc
# It will not work in a .bashrc file!
set bell-style none
Tcsh:
# put this into your .tcshrc file
# just tab completion beep off:
set matchbeep = never
# any beep off:
set nobeep = 1