From 3926a855771be01277e1de5df0b1f5fcd533eaf1 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 21 Jan 2023 14:38:47 -0500 Subject: [PATCH] notification-sound.sh: don't route to soundboard --- src/.local/bin/deskutils/notification-sound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.local/bin/deskutils/notification-sound.sh b/src/.local/bin/deskutils/notification-sound.sh index 051796d..ff6a6c8 100755 --- a/src/.local/bin/deskutils/notification-sound.sh +++ b/src/.local/bin/deskutils/notification-sound.sh @@ -7,7 +7,7 @@ if [ "$DUNST_APP_NAME" = "soundboard" ]; then fi if pactl list short sinks | grep -q virtual_mic; then - mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/c1_out + mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo else mpv ~/.local/bin/deskutils/notif.wav fi