summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-09-15 16:24:36 +0200
committerder richter <der.richter@gmx.de>2020-09-20 15:28:50 +0200
commite28724d90d9d62c01c13d7da8ff2f10b490fc8ae (patch)
tree5435c6ccf646a50e28bac89620013f9834c4a3bd /DOCS
parent3054bcc62c04f8d360aba3c6f24982e78b25bcb0 (diff)
downloadmpv-e28724d90d9d62c01c13d7da8ff2f10b490fc8ae.tar.bz2
mpv-e28724d90d9d62c01c13d7da8ff2f10b490fc8ae.tar.xz
mac: add ontop window level for desktop
this puts the window ontop of the desktop but behind the desktop icons. Fixes #7791
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ed0b38c719..75a7871c4a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2940,12 +2940,13 @@ Window
treated as exclusive fullscreen window that bypasses the Desktop Window
Manager.
-``--ontop-level=<window|system|level>``
+``--ontop-level=<window|system|desktop|level>``
(OS X only)
Sets the level of an ontop window (default: window).
:window: On top of all other windows.
:system: On top of system elements like Taskbar, Menubar and Dock.
+ :desktop: On top of the Dekstop behind windows and Desktop icons.
:level: A level as integer.
``--border``, ``--no-border``