mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 05:08:04 +02:00
config: disable role-based endpoints in the default configuration
This commit is contained in:
parent
ae99e50182
commit
94dd3c4c1c
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
-- uncomment to enable role-based endpoints
|
||||
-- this is not yet ready for desktop use
|
||||
--
|
||||
--[[
|
||||
|
||||
default_policy.policy.roles = {
|
||||
["Multimedia"] = {
|
||||
["alias"] = { "Movie", "Music", "Game" },
|
||||
|
|
@ -30,3 +35,5 @@ default_policy.endpoints = {
|
|||
["role"] = "Alert",
|
||||
},
|
||||
}
|
||||
|
||||
]]--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue