mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
pulse-server: load module-always-sink on startup
Load fallback sink on startup as a Pulseaudio module, so that it is easier to disable when necessary.
This commit is contained in:
parent
04cff777af
commit
0b40d36a14
1 changed files with 1 additions and 3 deletions
|
|
@ -68,13 +68,11 @@ context.modules = [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Pulseaudio shows a fallback null sink, if no other sinks are present
|
|
||||||
{ name = libpipewire-module-fallback-sink, args = { sink.name = "auto_null" } }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Extra modules can be loaded here. Setup in default.pa can be moved here
|
# Extra modules can be loaded here. Setup in default.pa can be moved here
|
||||||
context.exec = [
|
context.exec = [
|
||||||
|
{ path = "pactl" args = "load-module module-always-sink" }
|
||||||
#{ path = "pactl" args = "load-module module-switch-on-connect" }
|
#{ path = "pactl" args = "load-module module-switch-on-connect" }
|
||||||
#{ path = "/usr/bin/sh" args = "~/.config/pipewire/default.pw" }
|
#{ path = "/usr/bin/sh" args = "~/.config/pipewire/default.pw" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue