mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
13 lines
237 B
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,
|
|
},
|
|
})
|