Is there a way to turn off the alert bell?
Answered
I absolutely love Rider, but I hate that it dings every time I hit the top of a file, or bottom of a file, or the left margin, or do some other behavior that can't currently be done. I HATE the bell/system alert/ding, whatever it's called. Is there a way to turn it off, please?
Please sign in to leave a comment.
Fast search leads here
https://superuser.com/questions/622898/how-to-turn-off-the-bell-sound-in-intellij
Haven't tried it myself
Alternatively disabling system notification sounds should work.
https://www.windowscentral.com/how-turn-sound-notifications-windows-10
Ivan,
You're a sanity saver! Thank you. I should have thought to search for IntelliJ solutions to the problem and not just Rider solutions.
Option one worked perfectly.
I am not sure I follow this but it seems the solution referenced is related and restriced to users using ideaVim.
I am still being driven insane by the error bell in Rider and want to know how to silence it.
Same for Intellij, not using IdeaVim, still hear the sounds.
Hello,
Have you tried suggestions above?
Hi, suggestions above are for IdeaVim and Win10. I don't use either of them. On Macos, I can turn notifications volume to 0 system-wide, but that's not an acceptable solution for me.
I don't have bell sound when reaching the top of the file on my Mac. Could you please share idea.log ("Help | Show Log in...") after restarting IDE?
Thanks Yaroslav, I'm not sure what exactly fixed the issue, but I don't hear any sounds in IntelliJ now. Thanks for responses.
I use intellij, windows 10 and git bash as terminal. I tried turning of beep sound in settings -> tools -> terminal: turn of audible bell
But it did not work.
In my user home directory i created a file:
<windows_user_home>/.inputrc
In the file I added
set bell-style none
Then i restarted intellij and sound/beep was gone.