I would like to disable the keyboard bell in twm (Tab Window Manager). How do I do that?
Asked
Active
Viewed 190 times
1 Answers
2
You can use xset to disable it in a WM-independent way:
xset b off
Chris Down
- 122,090
- 24
- 265
- 262
-
where do I have to put this instruction? Should it go in `.twmrc` ? – simona Nov 07 '13 at 08:01
-
@simona You can launch it as part of your display manager (`~/.xinitrc` if you use startx/xinit). I don't know if you can do that in `.twmrc`, I've not used it in many years. – Chris Down Nov 07 '13 at 08:59