From b8b3f171813a93592ecf33fcee5035286af829e8 Mon Sep 17 00:00:00 2001 From: Marko Gobin Date: Sun, 20 Feb 2022 16:03:16 +0100 Subject: [PATCH] config: add more chromium based browsers to media-role.applications --- 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 e1dddf9c..56bee605 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"] = { "Chromium input", "Firefox", "Google Chrome input", "ZOOM VoiceEngine" }, + ["media-role.applications"] = { "Firefox", "Chromium input", "Google Chrome input", "Brave input", "Microsoft Edge input", "Vivaldi input", "ZOOM VoiceEngine" }, } function default_policy.enable()