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