diff options
author | awy <awy@awy.one> | 2025-08-24 00:37:52 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 00:37:52 +0300 |
commit | 65986128b91743d09af9817a13ecd50c34819f74 (patch) | |
tree | ca809f2e9c337f5e49ca08e291bc9e6803a9390b /.local | |
parent | 4a5cabaf43320be0ae67dc8a594983ce08484eba (diff) | |
download | hyprdots-65986128b91743d09af9817a13ecd50c34819f74.tar.gz |
dmenuaudio
Diffstat (limited to '.local')
-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") |