diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 21:50:58 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 22:15:01 +0200 |
| commit | 6a21c5cf1730eab223ae9b3d1fa6009675279fce (patch) | |
| tree | 3aa32a3d5db32fb66bc067a493fc450123a55c67 /st/config.h | |
| parent | chore: sync slstatus with upstream (diff) | |
| download | suckless-setup-6a21c5cf1730eab223ae9b3d1fa6009675279fce.tar.gz | |
chore: sync st with upstream
Diffstat (limited to '')
| -rw-r--r-- | st/config.h | 2 |
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; /* |
