summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/mpv.rst17
-rw-r--r--DOCS/man/options.rst2
2 files changed, 13 insertions, 6 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 286c56392c..d019f15c6a 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1022,11 +1022,10 @@ Currently this happens only in the following cases:
- if you manually use ``--player-operation-mode=pseudo-gui`` on the command line
This mode applies options from the builtin profile ``builtin-pseudo-gui``, but
-only if these haven't been set in the user's config file or on the command line.
-Also, for compatibility with the old pseudo-gui behavior, the options in the
-``pseudo-gui`` profile are applied unconditionally. In addition, the profile
-makes sure to enable the pseudo-GUI mode, so that ``--profile=pseudo-gui``
-works like in older mpv releases. The profiles are currently defined as follows:
+only if these haven't been set in the user's config file or on the command line,
+which is the main difference to using ``--profile=builtin-pseudo-gui``.
+
+The profile is currently defined as follows:
::
@@ -1035,6 +1034,14 @@ works like in older mpv releases. The profiles are currently defined as follows:
force-window=yes
idle=once
screenshot-directory=~~desktop/
+
+The ``pseudo-gui`` profile exists for compatibility. The options in the
+``pseudo-gui`` profile are applied unconditionally. In addition, the profile
+makes sure to enable the pseudo-GUI mode, so that ``--profile=pseudo-gui``
+works like in older mpv releases:
+
+::
+
[pseudo-gui]
player-operation-mode=pseudo-gui
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0574831880..bb92751efb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -882,7 +882,7 @@ Program Behavior
For enabling "pseudo GUI mode", which means that the defaults for some
options are changed. This option should not normally be used directly, but
only by mpv internally, or mpv-provided scripts, config files, or .desktop
- files.
+ files. See `PSEUDO GUI MODE`_ for details.
Video
-----