diff options
-rwxr-xr-x | .local/bin/dmenuaudioswitch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dmenuaudioswitch b/.local/bin/dmenuaudioswitch index e878f23..8c2b367 100755 --- a/.local/bin/dmenuaudioswitch +++ b/.local/bin/dmenuaudioswitch @@ -24,7 +24,8 @@ select_input() notify-send "Something went wrong" } -choice=$(printf "input\noutput" | mew -l 2 -p "Output or input devices?") +choice=$1 +# choice=$(printf "input\noutput" | mew -l 2 -p "Output or input devices?") case "$choice" in "input") |