[hackers] [st] config.def.h: improve latency for the default configuration || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sun, 17 Mar 2024 14:43:39 +0100 (CET)

commit f20e169a20f3ee761f7e09714f1d4c10916cf4c6
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sun Mar 17 14:42:44 2024 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sun Mar 17 14:42:44 2024 +0100

    config.def.h: improve latency for the default configuration

diff --git a/config.def.h b/config.def.h
index 91ab8ca..2cd740a 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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;
 
 /*
Received on Sun Mar 17 2024 - 14:43:39 CET

This archive was generated by hypermail 2.3.0 : Sun Mar 17 2024 - 14:48:38 CET