星期四, 10月 11, 2007

Linux 的 beep 聲

每次用firefox 搜尋, 輸入到沒有符合的字串就會 beep 實在很煩
google 了一下, 解決的方法很簡單

xset b off

這樣就好了 XD

如果要把terminal 下的beep 聲也取消掉的話
只要輸入以下指令:
setterm -blength 0
setterm -bfreq 10

針對各 shell 也可以各自設定
Bash:
# 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


轉自:
http://blog.csdn.net/judyxm/archive/2006/08/23/1109086.aspx

2 則留言:

匿名 提到...

正被這個beep聲困擾,感謝你啊~:D

匿名 提到...

感恩
被煩好久了