aboutsummaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-16 21:50:58 +0200
committerpml68 <contact@pml68.dev>2025-09-16 22:15:01 +0200
commit6a21c5cf1730eab223ae9b3d1fa6009675279fce (patch)
tree3aa32a3d5db32fb66bc067a493fc450123a55c67 /st/config.h
parentchore: sync slstatus with upstream (diff)
downloadsuckless-setup-6a21c5cf1730eab223ae9b3d1fa6009675279fce.tar.gz
chore: sync st with upstream
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index 2e6ae5f..444c838 100644
--- a/st/config.h
+++ b/st/config.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;
/*