From 4d33c53c7e3f949970da2e668f2a3c70e84ed9f8 Mon Sep 17 00:00:00 2001 From: hello-amal Date: Thu, 18 Jul 2024 17:48:54 -0700 Subject: [PATCH] Update configure_audio.sh --- configure_audio.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure_audio.sh b/configure_audio.sh index 4c5d54cb..98b47d68 100755 --- a/configure_audio.sh +++ b/configure_audio.sh @@ -19,6 +19,8 @@ if getopts ":m:" opt && [[ $opt == "m" ]]; then MIC_NAME="$OPTARG" fi +echo "Configuring audio...Note that this script may not work if X-11 forwarding is enabled." + echo "Setting speaker to $SPEAKER_NAME" pactl set-default-sink $SPEAKER_NAME