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

@ -2,8 +2,8 @@
context.properties = {
# Properties to configure the session and some
# modules.
#mem.mlock-all = false
#support.dbus = true
#mem.mlock-all = false
#support.dbus = true
}
context.spa-libs = {
@ -15,21 +15,23 @@ context.spa-libs = {
}
context.modules = {
## <module-name> = { [args = { <key>=<value> ... }]
# [flags = [ [ifexists] [nofail] ]}
#<module-name> = {
# [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
#
# Loads a module with the given parameters.
# If ifexists is given, the module is ignored when it is not found.
# If nofail is given, module initialization failures are ignored.
#
# Uses RTKit to boost the data thread priority.
libpipewire-module-rtkit = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#nice.level = -11
#rt.prio = 20
#rt.time.soft = 200000
#rt.time.hard = 200000
}
}
flags = [ ifexists nofail ]
}