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:
Michael Tretter 2024-01-31 12:56:41 +01:00
parent 07f7bda1fe
commit c224010773

View file

@ -173,7 +173,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