diff --git a/dotfiles/lib/functions/pahelper b/dotfiles/lib/functions/pahelper index d94be14a..141b617c 100755 --- a/dotfiles/lib/functions/pahelper +++ b/dotfiles/lib/functions/pahelper @@ -52,7 +52,7 @@ function switch_sink_kmix_master() function switch_sink() { - xexswitch_sink_default "$@" + switch_sink_default "$@" switch_sink_applications "$@" switch_sink_kmix_master "$@" }