dotfiles/.config/wireplumber/wireplumber.conf.d/51-rename-devices.conf

27 lines
482 B
Text
Raw Normal View History

monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.usb-SteelSeries_SteelSeries_Arctis_7-00.stereo-game"
}
]
actions = {
update-props = {
node.description = "Headset (Game)"
}
}
},
{
matches = [
{
node.name = "alsa_output.usb-SteelSeries_SteelSeries_Arctis_7-00.mono-chat"
}
]
actions = {
update-props = {
node.description = "Headset (Chat)"
}
}
}
]