From ee92c6100fd18a80309bcaa86d1cbc20f8f2cd49 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 23 Dec 2022 21:20:52 +0100 Subject: added a bunch of stuff and relocated some files --- .../main.lua.d/52-starshipmatisse-input-disable.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua (limited to '.config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua') diff --git a/.config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua b/.config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua new file mode 100644 index 0000000..51edd83 --- /dev/null +++ b/.config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua @@ -0,0 +1,12 @@ +rule = { + matches = { + { + { "node.name", "equals", "alsa_input.pci-0000_31_00.4.analog-stereo"}, + }, + }, + apply_properties = { + ["node.disabled"] = true, + }, +} + +table.insert(alsa_monitor.rules,rule) -- cgit v1.2.3