mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
x11: change stop_xscreensaver default to 1 to be more user-friendly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34076 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: reimar
This commit is contained in:
parent
9c76680dfb
commit
c0c47c3474
@ -3345,8 +3345,9 @@ Specify the screen width for video output drivers which
|
|||||||
do not know the screen resolution like fbdev, x11 and TV-out.
|
do not know the screen resolution like fbdev, x11 and TV-out.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B \-stop\-xscreensaver (X11 only)
|
.B \-(no)stop\-xscreensaver (X11 only)
|
||||||
Turns off xscreensaver at startup and turns it on again on exit.
|
Turns off xscreensaver at startup and turns it on again on exit
|
||||||
|
(default: enabled).
|
||||||
If your screensaver supports neither the XSS nor XResetScreenSaver
|
If your screensaver supports neither the XSS nor XResetScreenSaver
|
||||||
API please use \-heartbeat\-cmd instead.
|
API please use \-heartbeat\-cmd instead.
|
||||||
.
|
.
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
int fs_layer = WIN_LAYER_ABOVE_DOCK;
|
int fs_layer = WIN_LAYER_ABOVE_DOCK;
|
||||||
|
|
||||||
int stop_xscreensaver = 0;
|
int stop_xscreensaver = 1;
|
||||||
|
|
||||||
static int dpms_disabled = 0;
|
static int dpms_disabled = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user