diff --git a/doc/usage.rst b/doc/usage.rst index 4dd77b72..658fc401 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -112,7 +112,9 @@ the system-wide configuration. When first launched, the Looking-Glass client will create the folder ``$XDG_CONFIG_HOME/looking-glass/`` if it does not yet exist. -The format of config files is the commonly known INI format, for example:: +The format of config files is the commonly known INI format, for example: + +.. code-block:: ini [win] fullScreen=yes @@ -120,6 +122,8 @@ The format of config files is the commonly known INI format, for example:: [egl] nvGain=1 + ; this is a comment + Command line arguments will override any options loaded from config files.