diff options
-rw-r--r-- | suckless/.config/suckless/st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suckless/.config/suckless/st/config.h b/suckless/.config/suckless/st/config.h index e134886..ad612de 100644 --- a/suckless/.config/suckless/st/config.h +++ b/suckless/.config/suckless/st/config.h @@ -58,7 +58,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; /* |