summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/osc.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index d9c3b3fe96..c0b3760a2e 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -341,6 +341,22 @@ Configurable Options
``--sub-use-margins`` option is set to ``yes``, the default). This may be
fixed later.
+``windowcontrols``
+ Default: no (Do not show window controls)
+
+ Whether to show window management controls over the video, and if so,
+ which side of the window to place them. This may be desirable when the
+ window has no decorations, either because they have been explicitly
+ disabled (``border=no``) or because the current platform doesn't support
+ them (eg: gnome-shell with wayland).
+
+ The set of window controls is fixed, offering ``minimze``, ``maximize``,
+ and ``quit``. Not all platforms implement ``minimize`` and ``maximize``,
+ but ``quit`` will always work.
+
+ Supports ``left`` and ``right`` which will place the controls on those
+ respective sides.
+
Script Commands
~~~~~~~~~~~~~~~