Remove redundant script (because PipeWire)

master
Hektor Misplon 2022-05-11 14:18:24 +02:00
parent 474f071cb9
commit 99c9e249e5
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
sink=$(pacmd list-sinks \
| grep "bluez.alias" \
| cut -d' ' -f3 \
| tr -d \" \
| xargs)
echo "$sink"