From 5bfa3c3b28186e8118e59c37ba2036fa8336841c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:47:10 -0700 Subject: Add comment, forgot to mention it only uses pactl --- .local/bin/pa_control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.local/bin/pa_control b/.local/bin/pa_control index d209374..9a53b9a 100755 --- a/.local/bin/pa_control +++ b/.local/bin/pa_control @@ -1,5 +1,8 @@ #!/bin/sh +# This script is just used to get the current PA sink, +# and to change to the 'next' sink. Using only 'pactl'. + default_sink= default_sink_nickname= -- cgit v1.2.3-54-g00ecf