QBA wrote:
>
> On Mon, Sep 18, 2000 at 02:10:54PM -0500, William Jensen wrote:
> > xset b off &
> >
> > I have that in my .xinitc and it works like a charm.
> >
>
> I run this xset b off & and still beeping. I even disabled 'Keyboard Bell'
> in my Gnome control center and either no result.
> Wher
hi.
not sure if this has been answered yet, but this works for me:
( for inclusion in ~/.bashrc )
echo -e "\\33[10;20]"
the '-e' has something to do with getting bash to
understand escape-sequences such as the
\\33 apparently indicates.
( 33 is the
On Mon, Sep 18, 2000 at 02:10:54PM -0500, William Jensen wrote:
> xset b off &
>
> I have that in my .xinitc and it works like a charm.
>
I run this xset b off & and still beeping. I even disabled 'Keyboard Bell'
in my Gnome control center and either no result.
Where can it be written?
Thanks fo
Hi,
if you're using bash (or any tool that uses readline), you can put the
following in your ~/.inputrc
set bell-style none
That will turn it off. Check out the readline man page for more
options.
Cheers,
Marcus
On Tue, 19 Sep 2000, Juli
You can just modify the linux kernel to disable the beep support. I
did this some time ago and then you won't listed that beep in any part
of the system. Another way is to unplug it :)
HTH
On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote:
> Hi,
>
> I just want to turn off beeping in linux. I
.org
Subject: Re: this beeping makes me sick
User-Agent: Mutt/1.2.2i
On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote:
> Hi,
>
> I just want to turn off beeping in linux. It comes from the inner speaker
> (not from my sound card and portable speakers) when I press arrow keys
> in vi
On Mon, Sep 18, 2000 at 06:00:30PM +0200, QBA wrote:
> Hi,
>
> I just want to turn off beeping in linux. It comes from the inner speaker
> (not from my sound card and portable speakers) when I press arrow keys
> in vi (it's just an example) and the cursor can't go any further.
> How am I to do it?
Try adding 'bell-style none' to /etc/inputrc
T.
QBA wrote:
>
> Hi,
>
> I just want to turn off beeping in linux. It comes from the inner speaker
> (not from my sound card and portable speakers) when I press arrow keys
> in vi (it's just an example) and the cursor can't go any further.
> How am
Unplug the speaker.
Andrei
9 matches
Mail list logo