mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 06:40:33 +00:00
chore(legion): Set priority directly in pipewire config, now properly defaults
This commit is contained in:
parent
2a9827d44b
commit
fadf69b2e0
@ -35,6 +35,8 @@ context.modules = [
|
|||||||
capture.props = {
|
capture.props = {
|
||||||
node.name = "Legion GO"
|
node.name = "Legion GO"
|
||||||
media.class = "Audio/Sink"
|
media.class = "Audio/Sink"
|
||||||
|
priority.driver = 1000
|
||||||
|
priority.session = 1000
|
||||||
audio.channels = 2
|
audio.channels = 2
|
||||||
audio.position = [ FL FR ]
|
audio.position = [ FL FR ]
|
||||||
}
|
}
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
monitor.alsa.rules = [
|
|
||||||
{
|
|
||||||
matches = [
|
|
||||||
{
|
|
||||||
node.name = "Legion GO"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
actions = {
|
|
||||||
update-props = {
|
|
||||||
priority.driver = 11000
|
|
||||||
priority.session = 11000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
x
Reference in New Issue
Block a user