Skip to content

Instantly share code, notes, and snippets.

@deckerego
Created December 6, 2013 17:21
Show Gist options
  • Save deckerego/7828683 to your computer and use it in GitHub Desktop.
Save deckerego/7828683 to your computer and use it in GitHub Desktop.
Turn off the system bell. I turn it off both in the terminal and in X, just because I can.
setterm -blength 0
[[ -n $DISPLAY ]] && xset -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment