mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 15:59:34 +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.
|
||||
.
|
||||
.TP
|
||||
.B \-stop\-xscreensaver (X11 only)
|
||||
Turns off xscreensaver at startup and turns it on again on exit.
|
||||
.B \-(no)stop\-xscreensaver (X11 only)
|
||||
Turns off xscreensaver at startup and turns it on again on exit
|
||||
(default: enabled).
|
||||
If your screensaver supports neither the XSS nor XResetScreenSaver
|
||||
API please use \-heartbeat\-cmd instead.
|
||||
.
|
||||
|
@ -85,7 +85,7 @@
|
||||
|
||||
int fs_layer = WIN_LAYER_ABOVE_DOCK;
|
||||
|
||||
int stop_xscreensaver = 0;
|
||||
int stop_xscreensaver = 1;
|
||||
|
||||
static int dpms_disabled = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user