Pipewire Config
- Create
/var/home/barney/.config/wireplumber/wireplumber.conf.d/ - Create any
my-setting.conffile. - Example config:
monitor.alsa.rules = [
{
matches = [
{
node.nick = "TANCHJIM-STARGATE II"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 20
}
}
}
]