Skip to content

Commit

Permalink
convert configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Jun 19, 2024
1 parent 1f021f7 commit 80554e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
21 changes: 0 additions & 21 deletions configs/wireplumber/main.lua.d/99-user.lua

This file was deleted.

19 changes: 19 additions & 0 deletions configs/wireplumber/wireplumber.conf.d/51-disable-suspension.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
monitor.alsa.rules = [
{
matches = [
{
# Matches all sinks
node.name = "~alsa_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0,
node.pause-on-idle = false,
"api.alsa.headroom" = 1024,
"api.alsa.period-num" = 1,
"api.alsa.period-size" = 2048,
}
}
}
]

0 comments on commit 80554e5

Please sign in to comment.