From af6676a8b6b65566954615f83de65cbae5d72cc8 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Sun, 29 May 2022 19:07:06 +0200 Subject: [PATCH] changed toggle mute --- .local/share/scripts/toggle-mute.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.local/share/scripts/toggle-mute.sh b/.local/share/scripts/toggle-mute.sh index 303f901..072abd8 100755 --- a/.local/share/scripts/toggle-mute.sh +++ b/.local/share/scripts/toggle-mute.sh @@ -8,5 +8,7 @@ # Use the alsa approach -amixer -q -D pulse set Capture toggle +# amixer -q -D pulse set Capture toggle + +pactl set-source-mute alsa_input.pci-0000_28_00.3.analog-stereo toggle