config.def.h: improve latency for the default configuration - st - simple termi… | |
git clone git://git.suckless.org/st | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f20e169a20f3ee761f7e09714f1d4c10916cf4c6 | |
parent 95f22c53059ccd60ee701ccf2659dacd95e4e89a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 17 Mar 2024 14:42:44 +0100 | |
config.def.h: improve latency for the default configuration | |
Diffstat: | |
M config.def.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.def.h b/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; | |
/* |