Skip to content

Commit

Permalink
Update configure_audio.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-amal authored Jul 19, 2024
1 parent 755ddba commit 4d33c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure_audio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d33c53

Please sign in to comment.