I’m new to Manjaro, and 1 years of Debian based distros. So, everything is somehow a little problem to me. I want to turn off beep sound which emerge whenever I click logout icon or some error occurr. Setting system volume to 0 doesn’t work for this. My DE is xFce. No problem with KDE Plasma used 1 week ago. Just switched xFce due to its simplicity.
Here is YouTube link!
2 Likes
Hello,
I think you are referring to the PC speakers beep. Try this from terminal:
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf
After a reboot, it should be gone when you log out again.
4 Likes
Thanks
Thanks a lot too @anon89812132 i was struggling to find how to mute this!
I also had this problem and I was able to solve my problem by doing the commands of this post
I hope it is useful
1 Like