summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/osc.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index f9d3282098..b243acf749 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -344,7 +344,7 @@ Configurable Options
fixed later.
``windowcontrols``
- Default: no (Do not show window controls)
+ Default: auto (Show window controls if there is no window border)
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
@@ -356,6 +356,12 @@ Configurable Options
and ``quit``. Not all platforms implement ``minimize`` and ``maximize``,
but ``quit`` will always work.
+``windowcontrols_alignment``
+ Default: right
+
+ If window controls are shown, indicates which side should they be aligned
+ to.
+
Supports ``left`` and ``right`` which will place the controls on those
respective sides.