Devin Reade |
GNO Consortium | Home | GNO/ME |
Back to Expunging Redhat / Fedora / CentOS Annoyances
For tcsh and csh, this is controlled by the shell rc files. In a suitable spot, add in the line
set nobeep
For bash, this is controlled by the readline routines, and therefore by the files /etc/inputrc (globally) and $HOME/.inputrc (on a user-by-user basis). You want to add the following line:
set bell-style none
If you're running Konsole in KDE, go into "Settings" --> "Bell" and set it to "None". You will probably want to save your settings for other Konsole instances via "Save as Default". Note that this only affects the current and new Konsole instances; ones that are already running will not be affected.
Note that this doesn't necessarily get rid of the bell in all circumstances, but it's a start (especially with the Konsole change, above). For example, vim will sometimes beep at you, overriding (or ignoring) your default settings. In such cases, you should consult the documentation for the problematic application.
Contact me @ gdr at gno.org |
Back to Expunging Redhat / Fedora / CentOS Annoyances Last Updated: 21 Jan 2010 |
|