summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index 2e51eea47a..426b65b05a 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -1543,7 +1543,7 @@ static void xscreensaver_heartbeat(struct vo_x11_state *x11)
double time = mp_time_sec();
if (x11->display && x11->screensaver_off &&
- (time - x11->screensaver_time_last) > 30)
+ (time - x11->screensaver_time_last) >= 10)
{
x11->screensaver_time_last = time;