26 lines
482 B
Text
26 lines
482 B
Text
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)"
|
|
}
|
|
}
|
|
}
|
|
]
|