mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 23:11:55 -05:00
legion/go: fix wireplumber priorities
This commit is contained in:
parent
63b33bbedf
commit
ad63758395
|
@ -75,7 +75,7 @@ in {
|
|||
actions = {
|
||||
update-props = {
|
||||
priority.driver = 1010
|
||||
priority.session = 1010
|
||||
priority.session = 2010
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -121,7 +121,7 @@ in {
|
|||
node.autoconnect = true
|
||||
media.class = "Audio/Sink"
|
||||
priority.driver = 1000
|
||||
priority.session = 1001
|
||||
priority.session = 2000
|
||||
audio.channels = 2
|
||||
audio.position = [ FL FR ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue