mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-03-22 18:11:28 -07:00
add wireplumber config
This commit is contained in:
1009
.config/wireplumber/wireplumber.conf
Normal file
1009
.config/wireplumber/wireplumber.conf
Normal file
File diff suppressed because it is too large
Load Diff
23
.config/wireplumber/wireplumber.conf.d/90-airpods.conf
Normal file
23
.config/wireplumber/wireplumber.conf.d/90-airpods.conf
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# AirPods-specific Bluetooth policy override.
|
||||||
|
# Keep the device on A2DP/AAC and avoid restoring stale route state.
|
||||||
|
|
||||||
|
wireplumber.settings = {
|
||||||
|
device.restore-routes = false
|
||||||
|
}
|
||||||
|
|
||||||
|
monitor.bluez.rules = [
|
||||||
|
{
|
||||||
|
matches = [
|
||||||
|
{
|
||||||
|
device.name = "bluez_card.18_3F_70_4E_02_CC"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
actions = {
|
||||||
|
update-props = {
|
||||||
|
device.profile = "a2dp-sink"
|
||||||
|
bluez5.auto-connect = [ a2dp_sink ]
|
||||||
|
bluez5.a2dp.aac.bitratemode = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user