summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-02-18 14:39:25 -0600
committerDudemanguy <random342@airmail.cc>2022-02-18 22:04:08 +0000
commit27c38eac1040cd781f39d977ce53adcd65ddcfb6 (patch)
treec14b81de97c5b6c1581dac26d0aa55c268ff70b9 /DOCS
parentbeac97ba0740982ec82bf1081821295ef6ba5b3e (diff)
downloadmpv-27c38eac1040cd781f39d977ce53adcd65ddcfb6.tar.bz2
mpv-27c38eac1040cd781f39d977ce53adcd65ddcfb6.tar.xz
options: add always to stop-screensaver
The stop-screensaver option is currently limited to a simple yes/no option. While the no option does always disable mpv trying to stop the screensaver, yes does not mean the screensaver is always stopped. The screensaver will be enabled again depending on certain conditions (like if the player is paused). Simply introduce a new value for this option, always, which does exactly what the name implies: the screensaver will always be disabled.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 35f2b8862c..12496faca4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3255,10 +3255,12 @@ Window
1). A value of 1 means square pixels (correct for (almost?) all LCDs). See
also ``--monitoraspect`` and ``--video-aspect-override``.
-``--stop-screensaver``, ``--no-stop-screensaver``
+``--stop-screensaver=<yes|no|always>``
Turns off the screensaver (or screen blanker and similar mechanisms) at
- startup and turns it on again on exit (default: yes). The screensaver is
- always re-enabled when the player is paused.
+ startup and turns it on again on exit (default: yes). When using ``yes``,
+ the screensaver will re-enable when playback is not active. ``always`` will
+ always disable the screensaver. Note that stopping the screensaver is only
+ possible if a video output is available (i.e. there is an open mpv window).
This is not supported on all video outputs or platforms. Sometimes it is
implemented, but does not work (especially with Linux "desktops"). Read the