mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 00:58:00 +02:00
Enable automatic bluetooth profile switching for Mumble
For some reason Mumble uses "game" as its media.role, but it is actually a communication tool where a headset profile is apropriate.
This commit is contained in:
parent
3bdacc414e
commit
8dc4c36dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ bluetooth_policy.policy = {
|
|||
-- Application names correspond to application.name in stream properties.
|
||||
-- Applications which do not set media.role but which should be considered
|
||||
-- for role based profile switching can be specified here.
|
||||
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop", "telegram-desktop", "linphone" },
|
||||
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop", "telegram-desktop", "linphone", "Mumble" },
|
||||
}
|
||||
|
||||
function default_policy.enable()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue