summaryrefslogtreecommitdiff
path: root/X11/Xsession.d/90-kill-beep
blob: c5e6db119beb1a474912d1eb34c11384e0905bbe (plain)
  1. # Turn off hardware beep, or make them less annoying
  2. # origin: <http://www.debian-administration.org/articles/110>
  3. if [ -e /etc/kill-beep ] || [ -e $HOME/.kill-beep ]; then
  4. xset b off
  5. else
  6. xset b 10 100 50
  7. fi