match kitty repaint rate to screen refresh rate

This commit is contained in:
Kaan Barmore-Genç 2022-03-16 03:38:44 -04:00
parent da81cd96e6
commit 2217a7e070
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ mouse_map ctrl+shift+right press ungrabbed mouse_show_command_output
#: Performance tuning {{{
repaint_delay 10
repaint_delay 6
#: Delay (in milliseconds) between screen updates. Decreasing it,
#: increases frames-per-second (FPS) at the cost of more CPU usage.