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

Added Pipewire configs

This commit is contained in:
2026-03-31 04:00:25 +02:00
parent f9c55afcfd
commit 481da28608
15 changed files with 1765 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "null-sink-2"
node.description = "Null Sink 2"
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
}
}
}
]