Files
glennigen 9c5d01e242 refactor(dotfiles):
flyt alle configs ind i stow_me/ mappe

Omstrukturerer repo så stow kan bruges korrekt med en dedikeret
stow_me/ mappe som kilde, i stedet for roden af repo.
2026-05-22 16:37:18 +02:00

47 lines
1.4 KiB
Plaintext

context.modules = [
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = DiscordSink
node.description = "Discord Sink"
}
playback.props = {
node.name = "DiscordSink.output"
node.passive = true
target.object = "Default playback device"
}
}
},
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = MusicSink
node.description = "Music Sink"
}
playback.props = {
node.name = "MusicSink.output"
node.passive = true
target.object = "Default playback device"
}
}
},
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = GameSink
node.description = "Game Sink"
}
playback.props = {
node.name = "GameSink.output"
node.passive = true
target.object = "Default playback device"
}
}
}
]