summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-08 11:05:01 +0200
committerwm4 <wm4@nowhere>2016-05-08 11:05:01 +0200
commitababfcbfe33942170ca578c956a9dea727d7f04c (patch)
treee83758b9aa5b2f5975c046cb2c6539665934fc2d
parent8fe33a11e2911751b9726146a6f31acfb77b6b03 (diff)
downloadmpv-ababfcbfe33942170ca578c956a9dea727d7f04c.tar.bz2
mpv-ababfcbfe33942170ca578c956a9dea727d7f04c.tar.xz
manpage: document --x11-bypass-compositor=no
Requested.
-rw-r--r--DOCS/man/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f3f0002e6f..a4a0568f7f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2090,7 +2090,10 @@ Window
(default: ``fs-only``). This uses the ``_NET_WM_BYPASS_COMPOSITOR`` hint.
``fs-only`` asks the window manager to disable the compositor only in
- fullscreen mode,
+ fullscreen mode.
+
+ ``no`` sets ``_NET_WM_BYPASS_COMPOSITOR`` to 0, which is the default value
+ as declared by the EWMH specification, i.e. no change is done.
``never`` asks the window manager to never disable the compositor.