docs: conf_file: raise more the visibility of the config break

This commit is contained in:
George Kiagiadakis
2024-03-23 17:09:09 +02:00
parent e6dc547624
commit 04a248f4d1

View File

@@ -14,13 +14,14 @@ the ``--config-file`` or ``-c`` option:
$ wireplumber --config-file=custom.conf
.. note::
.. important::
Starting with WirePlumber 0.5, this is the only file that WirePlumber reads
to load configuration (together with its fragments - see below). In the past,
WirePlumber also used to read Lua configuration files that were referenced
from ``wireplumber.conf`` and all the heavy lifting was done in Lua. This is
no longer the case, and the Lua configuration files are no longer supported.
no longer the case, and the **Lua configuration files are no longer supported.**
See :ref:`config_migration`.
Note that Lua is still the scripting language for WirePlumber, but it is only
used for actual scripting and not for configuration.