@@ -4433,9 +4433,9 @@ <h2>Window</h2>
4433
4433
or unmaximize, the video window if the current VO supports it. See
4434
4434
<tt class="docutils literal"><span class="pre">--window-minimized</span></tt> for further remarks.</dd>
4435
4435
<dt><tt class="docutils literal"><span class="pre">--cursor-autohide=<number|no|always></span></tt></dt>
4436
- <dd>Make mouse cursor automatically hide after given number of milliseconds.
4437
- <tt class="docutils literal">no</tt> will disable cursor autohide. <tt class="docutils literal">always</tt> means the cursor will stay
4438
- hidden.</dd>
4436
+ <dd>Make mouse cursor automatically hide after given number of milliseconds
4437
+ (default: 1000 ms). <tt class="docutils literal">no</tt> will disable cursor autohide. <tt class="docutils literal">always</tt>
4438
+ means the cursor will stay hidden.</dd>
4439
4439
<dt><tt class="docutils literal"><span class="pre">--cursor-autohide-fs-only</span></tt></dt>
4440
4440
<dd>If this option is given, the cursor is always visible in windowed mode. In
4441
4441
fullscreen mode, the cursor is shown or hidden according to
@@ -4459,6 +4459,12 @@ <h2>Window</h2>
4459
4459
<dd>Forcefully move mpv's video output window to default location whenever
4460
4460
there is a change in video parameters, video stream or file. This used to
4461
4461
be the default behavior. Currently only affects X11 VOs.</dd>
4462
+ <dt><tt class="docutils literal"><span class="pre">--auto-window-resize=<yes|no></span></tt></dt>
4463
+ <dd>(Wayland, Win32, and X11)
4464
+ By default, mpv will automatically resize itself if the video's size changes
4465
+ (i.e. advancing forward in a playlist). Setting this to <tt class="docutils literal">no</tt> disables this
4466
+ behavior so the window size never changes automatically. This option does
4467
+ not have any impact on the <tt class="docutils literal"><span class="pre">--autofit</span></tt> or <tt class="docutils literal"><span class="pre">--geometry</span></tt> options.</dd>
4462
4468
<dt><tt class="docutils literal"><span class="pre">--no-keepaspect</span></tt>, <tt class="docutils literal"><span class="pre">--keepaspect</span></tt></dt>
4463
4469
<dd><tt class="docutils literal"><span class="pre">--no-keepaspect</span></tt> will always stretch the video to window size, and will
4464
4470
disable the window manager hints that force the window aspect ratio.
@@ -4486,8 +4492,7 @@ <h2>Window</h2>
4486
4492
<dd>(macOS, Windows, X11, and Wayland only)
4487
4493
Scale the window size according to the backing scale factor (default: yes).
4488
4494
On regular HiDPI resolutions the window opens with double the size but appears
4489
- as having the same size as on non-HiDPI resolutions. This is enabled by
4490
- default on macOS.</dd>
4495
+ as having the same size as on non-HiDPI resolutions.</dd>
4491
4496
<dt><tt class="docutils literal"><span class="pre">--native-fs</span></tt>, <tt class="docutils literal"><span class="pre">--no-native-fs</span></tt></dt>
4492
4497
<dd>(macOS only)
4493
4498
Uses the native fullscreen mechanism of the OS (default: yes).</dd>
0 commit comments