summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-08-12 09:51:51 -0500
committerDudemanguy <random342@airmail.cc>2020-08-14 13:02:01 +0000
commit9bce2367142c266c1a1512494a03495583964c32 (patch)
treece23d5e25d5a9485a558c4dcaff038f6d6c2b81d /DOCS/man
parent4b5ead0834deaf2896c39952daf2e622a5959b4f (diff)
downloadmpv-9bce2367142c266c1a1512494a03495583964c32.tar.bz2
mpv-9bce2367142c266c1a1512494a03495583964c32.tar.xz
wayland: expose wayland-app-id as a user option
This is extremely similar to x11's WM_CLASS. This commit allows users to set mpv's app-id at runtime for any of the wayland backends.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index de4eb08d87..5245e18cae 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5338,6 +5338,10 @@ The following video options are currently all specific to ``--vo=gpu`` and
Currently only relevant for ``--gpu-api=d3d11``.
+``--wayland-app-id=<string>``
+ Set the client app id for Wayland-based video output methods. By default, "mpv"
+ is used.
+
``--wayland-disable-vsync=<yes|no>``
Disable vsync for the wayland contexts (default: no). Useful for benchmarking
the wayland context when combined with ``video-sync=display-desync``,