chore: Added audio configuration
This commit is contained in:
12
.config/wireplumber/main.lua.d/51-acer-monitor.lua
Normal file
12
.config/wireplumber/main.lua.d/51-acer-monitor.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
rule ={
|
||||
matches = {
|
||||
{
|
||||
{"node.name","equals","GA104 High Definition Audio Controller Digital Stereo (HDMI 2)"},
|
||||
}
|
||||
},
|
||||
apply_properties = {
|
||||
["node.description"] = "Acer Monitor Speakers",
|
||||
["node.nick"] = "Acer Monitor Speakers"
|
||||
}
|
||||
}
|
||||
table.insert(alsa_monitor.rules,rule)
|
||||
Reference in New Issue
Block a user