From d32d6613eedd95fa7cacf2a2dc0d062848c4a639 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Wed, 19 Oct 2011 16:00:44 +0200 Subject: [PATCH] disable pc speaker --- .xsessionrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xsessionrc b/.xsessionrc index d02a1ad..f8ac1d9 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -12,3 +12,5 @@ synclient VertScrollDelta=0 HorizScrollDelta=0 VertEdgeScroll=0 HorizEdgeScroll= eval $(gpg-agent --daemon) # disable the middle click button to work around the paste problem xinput set-button-map 12 1 0 3 +# disable speaker +xset b 0 -- 2.39.5