config.def.h: improve latency for the default configuration
Ref. https://git.suckless.org/st/commit/f20e169a20f3ee761f7e09714f1d4c10916cf4c6.html
This commit is contained in:
parent
06bb70e2d1
commit
dba3d178a4
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,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;
|
||||
|
||||
#if SYNC_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue