1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00
dotfiles/config/wireplumber/wireplumber.conf.d/51-disable-suspend.lua

13 lines
237 B
Lua

table.insert(alsa_monitor.rules, {
matches = {
{
{ "node.name", "matches", "alsa_input.*" },
},
{
{ "node.name", "matches", "alsa_output.*" },
},
},
apply_properties = {
["session.suspend-timeout-seconds"] = 0,
},
})