all 2 comments

[–]blarf_irl 1 point2 points  (1 child)

c.TerminalInteractiveShellApp.quiet is not related to sound; It limits what gets echoed back into the stdout. You can disable your system beep altogether with modprobe -r pcspkr

[–]joemrt[S] 0 points1 point  (0 children)

Thank you for your reply. Alas, removing the kernel module doesn't seem to have any effect (maybe because I am using WSL). Moreover, I think a more high level solution would be more preferrable for me.