summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-09-15 16:44:12 +0200
committerder richter <der.richter@gmx.de>2020-09-20 15:28:50 +0200
commit03047a0169495c3323ecbaf1c7ea8029c082dc2e (patch)
treeceb6c001c8de057f4845dab52941adf2ff6e9bf4 /DOCS
parente28724d90d9d62c01c13d7da8ff2f10b490fc8ae (diff)
downloadmpv-03047a0169495c3323ecbaf1c7ea8029c082dc2e.tar.bz2
mpv-03047a0169495c3323ecbaf1c7ea8029c082dc2e.tar.xz
mac: add an option to change the App activation policy
useful to hide the app icon in the Dock if necessary.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 75a7871c4a..b75e55e48d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5858,6 +5858,13 @@ The following video options are currently all specific to ``--vo=gpu`` and
set anyway.
OS X and cocoa-cb only
+
+``--macos-app-activation-policy=<regular|accessory|prohibited>``
+ Changes the App activation policy. With accessory the mpv icon in the Dock
+ can be hidden. (default: regular)
+
+ macOS only.
+
``--android-surface-size=<WxH>``
Set dimensions of the rendering surface used by the Android gpu context.
Needs to be set by the embedding application if the dimensions change during