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:
parent
19a5c36804
commit
8c345571ac
1 changed files with 13 additions and 0 deletions
13
config/wireplumber/wireplumber.conf.d/51-disable-suspend.lua
Normal file
13
config/wireplumber/wireplumber.conf.d/51-disable-suspend.lua
Normal 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,
|
||||
},
|
||||
})
|
Loading…
Add table
Reference in a new issue