style: Format and fix config files

Some minor formatting for recently added config files.
This commit is contained in:
Ivan 2021-02-13 21:11:35 +02:00
parent 3c9996aa78
commit 7e7f0225d4
6 changed files with 74 additions and 64 deletions

View file

@ -9,7 +9,7 @@ context.properties = {
} }
context.spa-libs = { context.spa-libs = {
## <factory-name regex> = <library-name> #<factory-name regex> = <library-name>
# #
# Used to find spa factory names. It maps an spa factory name # Used to find spa factory names. It maps an spa factory name
# regular expression to a library name that should contain # regular expression to a library name that should contain
@ -20,8 +20,10 @@ context.spa-libs = {
} }
context.modules = { context.modules = {
## <module-name> = { [args = { <key>=<value> ... }] #<module-name> = {
# [flags = [ [ifexists] [nofail] ]} # [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
# #
# Loads a module with the given parameters. # Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found. # If ifexists is given, the module is ignored when it is not found.

View file

@ -8,7 +8,7 @@ context.properties = {
} }
context.spa-libs = { context.spa-libs = {
## <factory-name regex> = <library-name> #<factory-name regex> = <library-name>
# #
# Used to find spa factory names. It maps an spa factory name # Used to find spa factory names. It maps an spa factory name
# regular expression to a library name that should contain # regular expression to a library name that should contain
@ -19,8 +19,10 @@ context.spa-libs = {
} }
context.modules = { context.modules = {
## <module-name> = { [args = { <key>=<value> ... }] #<module-name> = {
# [flags = [ [ifexists] [nofail] ]} # [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
# #
# Loads a module with the given parameters. # Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found. # If ifexists is given, the module is ignored when it is not found.

View file

@ -9,7 +9,7 @@ context.properties = {
} }
context.spa-libs = { context.spa-libs = {
## <factory-name regex> = <library-name> #<factory-name regex> = <library-name>
# #
# Used to find spa factory names. It maps an spa factory name # Used to find spa factory names. It maps an spa factory name
# regular expression to a library name that should contain # regular expression to a library name that should contain
@ -19,8 +19,10 @@ context.spa-libs = {
} }
context.modules = { context.modules = {
## <module-name> = { [args = { <key>=<value> ... }] #<module-name> = {
# [flags = [ [ifexists] [nofail] ]} # [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
# #
# Loads a module with the given parameters. # Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found. # If ifexists is given, the module is ignored when it is not found.

View file

@ -15,8 +15,10 @@ context.spa-libs = {
} }
context.modules = { context.modules = {
## <module-name> = { [args = { <key>=<value> ... }] #<module-name> = {
# [flags = [ [ifexists] [nofail] ]} # [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
# #
# Loads a module with the given parameters. # Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found. # If ifexists is given, the module is ignored when it is not found.

View file

@ -26,11 +26,13 @@ context.modules = {
libpipewire-module-client-node = null libpipewire-module-client-node = null
libpipewire-module-adapter = null libpipewire-module-adapter = null
libpipewire-module-metadata = null libpipewire-module-metadata = null
libpipewire-module-protocol-pulse = { libpipewire-module-protocol-pulse = {
args = { args = {
server.address = [ server.address = [
"unix:native" "unix:native"
# "tcp:4713" # "tcp:4713"
]
} }
} }
} }