mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
conf: escape @DEFAULT_SINK@
Variables enclosed with @ are replaced with the value of the variable. The sink.name should remain @DEFAULT_SINK@. Escape the enclosing @ to prevent substitution of DEFAULT_SINK with an empty string while generating pipewire.conf.
This commit is contained in:
parent
1e763b928f
commit
9996dfb791
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ context.modules = [
|
|||
# Use libcanberra to play X11 Bell
|
||||
{ name = libpipewire-module-x11-bell
|
||||
args = {
|
||||
#sink.name = "@DEFAULT_SINK@"
|
||||
#sink.name = "\@DEFAULT_SINK\@"
|
||||
#sample.name = "bell-window-system"
|
||||
#x11.display = null
|
||||
#x11.xauthority = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue