mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
doc: suggest fragment file name in example configs
This commit is contained in:
parent
9c19284f7f
commit
5e8a7f434b
3 changed files with 39 additions and 33 deletions
|
|
@ -95,6 +95,19 @@
|
|||
*
|
||||
* The PipeWire server processes are explicitly configured with a valid nice level.
|
||||
*
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.rt.args` config section can be added
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-rt-args.conf
|
||||
*
|
||||
* module.rt.args = {
|
||||
* #nice.level = 22
|
||||
* }
|
||||
*\endcode
|
||||
*
|
||||
* ## Example configuration
|
||||
*
|
||||
*\code{.unparsed}
|
||||
|
|
@ -115,17 +128,6 @@
|
|||
* }
|
||||
* ]
|
||||
*\endcode
|
||||
*
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.rt.args` config section can be added in the override directory
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* module.rt.args = {
|
||||
* nice.level = 22
|
||||
* }
|
||||
*\endcode
|
||||
*/
|
||||
|
||||
#define NAME "rt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue