1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

config: wireplumber: disable alsa suspend

This commit is contained in:
Luna 2025-03-07 23:48:39 +01:00
parent 19a5c36804
commit 8c345571ac

View file

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