[zsh] btsync: use aptx

This commit is contained in:
Simon Bruder 2019-06-18 14:58:44 +00:00
parent 1251f5408f
commit 133fba1367
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -29,7 +29,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 pacmd set-card-profile $card a2dp_sink_aptx
) )
## get field from pass entry ## get field from pass entry