From e841d52be7ca33d5d8d3a359ba3d7886ef8f8c93 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 8 Oct 2013 16:16:37 +0200 Subject: [PATCH 1/1] xinitrc: Disable audio bell. --- xinitrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.2