From 9fffcb132d7bdb84b872dfe605526e2d3245e2a0 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Fri, 31 Oct 2025 20:05:37 +0100 Subject: [PATCH] ignore "easyeffects_sink" when switching to another audio output --- bin/cycle_pactl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cycle_pactl.sh b/bin/cycle_pactl.sh index 40b1ae6..d7aeaf4 100755 --- a/bin/cycle_pactl.sh +++ b/bin/cycle_pactl.sh @@ -2,7 +2,7 @@ set -e default_sink=$(pactl info | grep "Default Sink:" | cut '-d ' -f3) -sinks=$(pactl list short sinks | cut -f2) +sinks=$(pactl list short sinks | cut -f2 | grep -v "^easyeffects_sink$") # for wrap-around sinks="$sinks