@@ -6558,13 +6558,13 @@ <h2>GPU renderer options</h2>
6558
6558
</dd>
6559
6559
<dt><tt class="docutils literal"><span class="pre">--wayland-app-id=<string></span></tt></dt>
6560
6560
<dd>Set the client app id for Wayland-based video output methods (default: <tt class="docutils literal">mpv</tt>).</dd>
6561
- <dt><tt class="docutils literal"><span class="pre">--wayland-configure-bounds=<yes|no></span></tt></dt>
6561
+ <dt><tt class="docutils literal"><span class="pre">--wayland-configure-bounds=<auto| yes|no></span></tt></dt>
6562
6562
<dd>Controls whether or not mpv opts into the configure bounds event if sent by the
6563
- compositor (default: yes ). This restricts the initial size of the mpv window to
6563
+ compositor (default: auto ). This restricts the initial size of the mpv window to
6564
6564
a certain maximum size intended by the compositor. In most cases, this simply
6565
6565
just prevents the mpv window from being larger than the size of the monitor when
6566
- it first renders. This option will take precedence over any <tt class="docutils literal">autofit </tt> or
6567
- <tt class="docutils literal">geometry </tt> type settings if the configure bounds are used .</dd>
6566
+ it first renders. With the default value of <tt class="docutils literal">auto </tt>, configure-bounds will
6567
+ silently be ignored if any <tt class="docutils literal">autofit </tt> or <tt class="docutils literal">geometry</tt> type option is also set .</dd>
6568
6568
<dt><tt class="docutils literal"><span class="pre">--wayland-content-type=<auto|none|photo|video|game></span></tt></dt>
6569
6569
<dd>If supported by the compositor, mpv will send a hint using the content-type
6570
6570
protocol telling the compositor what type of content is being displayed. <tt class="docutils literal">auto</tt>
0 commit comments