Sanchayan Maity 2024-07-18 21:46:05 +05:30
parent 0286af181b
commit 66ad8a5eab
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -39,4 +39,19 @@ monitor.alsa.rules = [
}
}
}
{
matches = [
{
node.name = "~alsa_input.*"
},
{
node.name = "~alsa_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]