Hello again guys.

I’d like to be able to mute discord notification sounds in addition to toggling off the dunst popup (the latter of which I already have working) but I cant seem to be able to find a way to do so, and control it through the sxhkd keybind.

Here is my keybind to disable notifications:

# Toggle notifications on/off
super + shift + comma
	sh -c 'if dunstctl is-paused | grep -q "true"; then dunstctl set-paused false; notify-send -t 2500 "Notifications enabled"; else notify-send -t 2500 "Notifications disabled"; sleep 2.5; dunstctl set-paused true; fi'

However even after I toggle notifications off, I still hear the discord pings which frankly is annoying when I’m trying to concentrate on something, or watching a movie or whatever.

Anyone have any idea how to do this without breaking too much of my setup haha?

Thanks in advance as always, and of course if you need more info do ask.