diff options
author | zachir <zachir@librem.one> | 2023-07-17 22:17:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:20:58 -0500 |
commit | 9f6ccda2ffc53012c2e2b165e421c39d9fb3aab1 (patch) | |
tree | 1c4a28dc72c963e84bc578c39cfa869e14b4c9f3 /kitty | |
parent | 580f3152e9aaac76474706a8525d3ae866349586 (diff) |
Add resize keybindings and sync to mon
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index fb18d08..99d5440 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -639,7 +639,7 @@ focus_follows_mouse yes #: Performance tuning {{{ -# repaint_delay 8.3 +repaint_delay 10 #: Delay between screen updates (in milliseconds). Decreasing it, #: increases frames-per-second (FPS) at the cost of more CPU usage. |