diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-01 19:12:44 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-01 19:12:44 +0200 |
| commit | ccba79d7f97140a325af7b98b8ce2917e7cf4fc8 (patch) | |
| tree | 2b3ff294f2ab915a08916125a9e4fd2c3fa126ac /.config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua | |
| parent | 39e9d4e4f740647e49cf7f2f090bc0ddb27a7d76 (diff) | |
| parent | be35ccddeb63db26949183ade5a801593918a597 (diff) | |
merge desktop into master
Diffstat (limited to '.config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua')
| -rw-r--r-- | .config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua b/.config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua new file mode 100644 index 0000000..0a3c278 --- /dev/null +++ b/.config/wireplumber/main.lua.d/51-starshipmatisse-output-rename.lua @@ -0,0 +1,14 @@ +rule = { + matches = { + { + { "node.name", "equals", "alsa_output.pci-0000_31_00.4.analog-stereo"}, + }, + }, + + apply_properties = { + ["node.description"] = "Speakers", + ["node.nick"] = "Speakers", + }, +} + +table.insert(alsa_monitor.rules,rule) |
