Operating System - Linux
1825805 Members
2317 Online
109687 Solutions
New Discussion

annoyance beep in x and at the console

 
K.C. Chan
Trusted Contributor

annoyance beep in x and at the console

All,
using bash shell on linux, using TAB to do command completion yields a beep sound. This happens at X and console session. In X, you can set "xset b off". Is there a way to do this so you don't have to type "xset b off" every time you open up an xterm. The same question apply to console session. Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
1 REPLY 1
Oliver Schwank
Valued Contributor

Re: annoyance beep in x and at the console

Hello,

you are looking for the visual bell feature of bash. For my version of bash:

# visible bell for bash
set bell-style visible

in /etc/profile did it for all login shells.

Think at vi also. ;-)) vim expects in .vimrc
set visualbell


Bye

Oli