Created
July 28, 2019 20:05
-
-
Save py7hon/04e5aba14c09fe2176562e8191b08d1d to your computer and use it in GitHub Desktop.
Revisions
-
py7hon created this gist
Jul 28, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # How to disable the annoying speaker beep in Arch Linux This has been driving me crazy for a while, but I never did anything about it: Whenever I use the keyboard to delete a file in the file manager using the DEL key, or go back a directory using BACKSPACE, or some everyday task like that, the computer beeps really loud, and almost makes me jump out of my chair. Disabling the speaker in ALSA Mixer does not work, and setting the volume to zero also does not help. So here is how to get rid of that beep: In a terminal, write: ```console $ xset -b ``` You can of course also put this in your startup script (.bashrc or something) to make it permanent.