diff options
author | zachir <zachir@librem.one> | 2023-07-17 22:17:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-10 21:34:53 -0500 |
commit | f2fbd80e9646d156ab6a942c8f338a13507aa5e6 (patch) | |
tree | 2f9c7448120780f538a5631b8146229578d46cc9 /kitty | |
parent | f1ab87d5de1e9b33c75808929575d193bc2c0ead (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 4b1694c..3adc435 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. |