chore(legion): Set priority directly in pipewire config, now properly defaults

This commit is contained in:
Kyle Gospodnetich 2024-07-09 07:47:03 -07:00
parent 2a9827d44b
commit fadf69b2e0
2 changed files with 2 additions and 15 deletions

View File

@ -35,6 +35,8 @@ context.modules = [
capture.props = {
node.name = "Legion GO"
media.class = "Audio/Sink"
priority.driver = 1000
priority.session = 1000
audio.channels = 2
audio.position = [ FL FR ]
}

View File

@ -1,15 +0,0 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "Legion GO"
}
]
actions = {
update-props = {
priority.driver = 11000
priority.session = 11000
}
}
}
]