From 42bad3d8307584c38be41404a84682841d1daa61 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 8 Dec 2025 19:26:15 +0100 Subject: init --- .../51-starshipmatisse-output-rename.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf (limited to '.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf') diff --git a/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf b/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf new file mode 100644 index 0000000..a6c6697 --- /dev/null +++ b/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf @@ -0,0 +1,18 @@ +monitor.alsa.rules = [ + { + matches = [ + { + node.name = "alsa_output.pci-0000_31_00.4.iec958-stereo" + } + ] + + actions = { + update-props = { + node.description = "Speakers", + node.nick = "Speakers" + } + } + } +] + + -- cgit v1.2.3