From 41a6a9d65a0a4a90440df3588809f009670a2312 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 27 Sep 2022 16:01:31 +0300 Subject: [PATCH] config: re-wrap media-role.applications and add "Skype" in the list --- src/config/policy.lua.d/10-default-policy.lua | 7 ++++++- 1 file changed, 6 insertions(+), 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 1fda1bed..738f8cfb 100644 --- a/src/config/policy.lua.d/10-default-policy.lua +++ b/src/config/policy.lua.d/10-default-policy.lua @@ -34,7 +34,12 @@ 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", "Mumble", "WEBRTC VoiceEngine" }, + ["media-role.applications"] = { + "Firefox", "Chromium input", "Google Chrome input", "Brave input", + "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine", + "Telegram Desktop", "telegram-desktop", "linphone", "Mumble", + "WEBRTC VoiceEngine", "Skype" + }, } function default_policy.enable()