1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-05 15:04:48 +02:00

Pipewire: fixed naming scheme

This commit is contained in:
2026-03-31 08:46:20 +02:00
parent edd4ef7ebb
commit 804a0d1d2a

View File

@@ -0,0 +1,19 @@
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "blackhole-sink-1"
node.description = "Blackhole Sink 1"
media.class = Audio/Sink
audio.position = [ FL FR ]
monitor.channel-volumes = true
monitor.passthrough = true
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]