dotfiles/.config/wireplumber/main.lua.d/51-focusrite-output.lua
2022-10-31 21:58:13 +00:00

12 lines
303 B
Lua

rule ={
matches = {
{
{"node.name","equals","alsa_output.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.iec958-stereo"},
}
},
apply_properties = {
["node.description"] = "Scarlett Solo Interface Output",
["node.nick"] = "Scarlett Solo Output"
}
}
table.insert(alsa_monitor.rules,rule)