Use normal a2dp sink for btsync function
This commit is contained in:
parent
7976b8027c
commit
cbf69c7905
|
@ -32,7 +32,7 @@ function tfont() (
|
||||||
function btsync() (
|
function btsync() (
|
||||||
card=$(pactl list cards short|grep -E -o "bluez_card.*[[:space:]]")
|
card=$(pactl list cards short|grep -E -o "bluez_card.*[[:space:]]")
|
||||||
pacmd set-card-profile $card off
|
pacmd set-card-profile $card off
|
||||||
pacmd set-card-profile $card a2dp_sink_aptx
|
pacmd set-card-profile $card a2dp_sink
|
||||||
)
|
)
|
||||||
|
|
||||||
## get field from pass entry
|
## get field from pass entry
|
||||||
|
|
Reference in a new issue