mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 15:48:55 +02:00
Add Telegram Desktop to the list of programs to enable bluetooth autoswitching.
Resolves: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/215
This commit is contained in:
parent
b495d5cdf9
commit
538976b54a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,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" },
|
||||
["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", "Telegram Desktop" },
|
||||
}
|
||||
|
||||
function default_policy.enable()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue