doc: suggest fragment file name in example configs

This commit is contained in:
Pauli Virtanen 2024-10-31 21:13:50 +02:00 committed by Wim Taymans
parent 9c19284f7f
commit 5e8a7f434b
3 changed files with 39 additions and 33 deletions

View file

@ -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"