From 40c2f2eeb05f83176d325d4efd7a2e1635447f04 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Nov 2019 13:49:33 +0100 Subject: command: change window-minimized/window-maximized to options Unfortunately, this breaks window state reporting for all VOs which supported it. This can be fixed later (for x11 in the next commit). --- DOCS/man/options.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index fde338ceb6..7c36cb657a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2807,6 +2807,23 @@ Window For example, ``--window-scale=0.5`` would show the window at half the video size. +``--window-minimized=`` + Whether the video window is minimized or not. Setting this will minimize, + or unminimze, the video window if the current VO supports it. Note that + some VOs may support minimization while not supporting unminimization + (eg: X11 and Wayland). + + Whether this option and ``--window-maximized`` work on program start or + at runtime, and whether they're (at runtime) updated to reflect the actual + window state, heavily depends on the VO and the windowing system. Some VOs + simply do not implement them or parts of them, while other VOs may be + restricted by the windowing systems (especially Wayland). + +``--window-maximized=`` + Whether the video window is maximized or not. Setting this will maximize, + or unmaximize, the video window if the current VO supports it. See + ``--window-minimized`` for further remarks. + ``--cursor-autohide=`` Make mouse cursor automatically hide after given number of milliseconds. ``no`` will disable cursor autohide. ``always`` means the cursor will stay -- cgit v1.2.3