mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
wireplumber.components = [
|
|
{
|
|
name = auto-connect-ports.lua, type = script/lua
|
|
provides = custom.auto-connect-ports
|
|
}
|
|
]
|
|
|
|
wireplumber.profiles = {
|
|
main = {
|
|
custom.auto-connect-ports = required
|
|
}
|
|
}
|
|
|