From 538976b54aef7603c4912eab91732d1de6dbc882 Mon Sep 17 00:00:00 2001 From: Dennis D <29380-dennisd@users.noreply.gitlab.freedesktop.org> Date: Mon, 7 Mar 2022 17:51:54 +0000 Subject: [PATCH] Add Telegram Desktop to the list of programs to enable bluetooth autoswitching. Resolves: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/215 --- src/config/policy.lua.d/10-default-policy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/policy.lua.d/10-default-policy.lua b/src/config/policy.lua.d/10-default-policy.lua index 56bee605..ddc4f0bd 100644 --- a/src/config/policy.lua.d/10-default-policy.lua +++ b/src/config/policy.lua.d/10-default-policy.lua @@ -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()