admin-trinkets/dotfiles/pipewire/pipewire-pulse.conf.d/10-bluetooth-adjustments.conf

9 lines
390 B
Text
Raw Normal View History

2024-10-03 17:39:00 +00:00
context.exec = [
# Always keep one sink loaded, even if it's NULL.
{ path = "/usr/bin/pactl" args = "load-module module-always-sink" }
# When a new sink/source appears, switch to it automatically. This is what
# allows the bluetooth headphones to have priority over the builtin
# speakers.
{ path = "/usr/bin/pactl" args = "load-module module-switch-on-connect" }
]