]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Disable audio bell.
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Oct 2013 14:16:37 +0000 (16:16 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Oct 2013 14:16:37 +0000 (16:16 +0200)
xinitrc

diff --git a/xinitrc b/xinitrc
index 79241ee18857e8c9ad8aa06e674f75d8bd7403a8..56834a9b261dfb0539682e36de083934aec12ac9 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -105,6 +105,9 @@ fi
 # necessary because of my German keyboard which I use with English settings.
 xmodmap -e 'keycode 94 = grave asciitilde'
 
+# Disable annoying audio bell. Thanks to Sebastian Rachuj.
+xset b off
+
 # Change the background if available.
 if test -f "$HOME/.background" && test -n "$set_background"; then
     if installed hsetroot; then