Audio playing from built in speaker

Hey, I recently switched to Manjaro Cinnamon, and I just noticed that when I try to press backspace in an empty terminal or text line, my built in speaker plays a sound, even tho everything else plays from my headphones.
I haven’t found anything about this in the settings and everything is set to my headphones, and the build in speaker is even muted in software, so I don’t know why would it do that!

Please help me :pray:

Welcome to Manjaro forum

Try this suggestion from Archwiki

PC speaker - Cinnamon | ArchWiki

Cinnamon seems to play a “water drop” sound. To disable it, set in gsettings(1):

gsettings set org.cinnamon.desktop.wm.preferences audible-bell false

If that does not work for you, this command will blacklist PC speaker module

echo 'blacklist pcspkr' | sudo tee --append /etc/modprobe.d/nobeep.conf