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:
Dennis D 2022-03-07 17:51:54 +00:00
parent b495d5cdf9
commit 538976b54a

View file

@ -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()