Created
December 6, 2013 17:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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