From: Simon Ruderich Date: Tue, 8 Oct 2013 14:16:37 +0000 (+0200) Subject: xinitrc: Disable audio bell. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e841d52be7ca33d5d8d3a359ba3d7886ef8f8c93;hp=6a8e1f3e671b9365c3da2f2ab737ca4f5b22a33e;p=config%2Fdotfiles.git xinitrc: Disable audio bell. --- diff --git a/xinitrc b/xinitrc index 79241ee..56834a9 100755 --- 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