From 6a21c5cf1730eab223ae9b3d1fa6009675279fce Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 21:50:58 +0200 Subject: chore: sync st with upstream --- st/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index 2e6ae5f..444c838 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -53,7 +53,7 @@ int allowwindowops = 0; * near minlatency, but it waits longer for slow updates to avoid partial draw. * low minlatency will tear/flicker more, as it can "detect" idle too early. */ -static double minlatency = 8; +static double minlatency = 2; static double maxlatency = 33; /* -- cgit v1.2.3