Add wireplumber configs

This commit is contained in:
2025-03-29 23:04:45 -03:00
parent 6a05fefc0e
commit 5d541a845a

View File

@ -0,0 +1,14 @@
access.rules = [
{
matches = [
{
application.process.binary = discord
}
]
actions = {
update-props = {
default_permissions = "rx"
}
}
}
]