5
2
If I'm in an empty Linux terminal in Windows (using the Windows Subsystem for Linux), and I hit backspace, I hear this annoying error-like sound. My Windows computer used to do this, but then I turned it off. How do I turn off this sound?
5
2
If I'm in an empty Linux terminal in Windows (using the Windows Subsystem for Linux), and I hit backspace, I hear this annoying error-like sound. My Windows computer used to do this, but then I turned it off. How do I turn off this sound?
10
If you want to stop bash
generating error sounds without affecting other Windows programs, type the following:
bind 'set bell-style none'
If you want a permanent change, add it to the end of ~/.bashrc
.
1
Similar to how you turn off the error sound for Windows, go into your Sound settings in the Windows settings. Select the Select the "Sounds" tab. Then select the "Critical Stop" sound, and change it to "None". This will stop the terminal from making that noise. (To stop the similar sound on Windows, set the "Default Beep" sound to "None".)
Note there is no Linux in Windows Subsystem for Linux. They took Gnu/Linux and removed Linux. Cygnus did this over 20 years ago. – ctrl-alt-delor – 2018-06-13T18:51:19.760
Do you have a link so I can better understand what that means? For everything I've been doing so far, it works just like a Ubuntu (which I think is a type of Linux) terminal. – Pro Q – 2018-06-13T18:52:57.240
1Ubuntu is Gnu/Linux. But a lot of people are calling Gnu/Linux just Linux. Gnu/Linux is Gnu+Linux+X11+… Linux is the kernel, just a small part. The Free Software Foundation have been saying that we should call it Gnu/Linux for years, but most people think this is just them sulking because of lack of credit. However it is more a matter of practicality. What should you call it if you remove Linux (e.g. WSL, Cygwin, Gnu/Bsd, or …). Or what should you call it if you remove Gnu (e.g. android). And no it is not just like Ubuntu, there is much missing. – ctrl-alt-delor – 2018-06-13T19:00:28.077
1
The link https://www.gnu.org/gnu/linux-and-gnu.en.html
– ctrl-alt-delor – 2018-06-13T19:00:58.5101
Possible duplicate of How to disable Bash on Windows notification sound effect
– Pro Q – 2018-06-18T18:59:27.670