commit e152eecd542138d384add0b4abdc8a9070ae6e7c
parent 462a162e16edd7b30939f2aa4fd9c80aa5868fe3
Author: regexghost <dev@regexghost.com>
Date: Sat, 1 Aug 2026 20:25:07 +0100
more tweaks to minlatency, also making gitignore more specific
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,7 +1,7 @@
*.rej
*.orig
*.o
-st
-patches/
-config.h
-st.png
+/st
+/patches/
+/config.h
+/st.png
diff --git a/config.def.h b/config.def.h
@@ -60,7 +60,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 = 12;
static double maxlatency = 33;
/*