kitty(performance): increase repaint_delay on 60Hz

This commit is contained in:
surtur 2021-05-29 20:39:07 +02:00
parent 732bb45fbd
commit a3e534b198
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -339,7 +339,9 @@ pointer_shape_when_dragging beam
#: Performance tuning {{{
# repaint_delay 10
# 1000ms/60Hz=16.6666666667, lower values than that do not make sense
# on 60Hz monitors
repaint_delay 16
#: Delay (in milliseconds) between screen updates. Decreasing it,
#: increases frames-per-second (FPS) at the cost of more CPU usage.