dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2021-05-15 18:19:16 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2021-05-15 18:19:16 +0100 +0100
Commit: 3ac2917257518682fc42db3001ec72a3f78bfaf6
Parent: 89604fa115214d9dca6c6b847aa0d0e6f23aed5e


feat(kitty): hide mouse upon typing
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 00a5bec718c2c844dc358568d3af45a02da680d0..55b7291c886f0774c56fdcf0b2f3fec56682e8ce 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -7,6 +7,8 @@ term xterm-256color
 include themes/jellybeans.conf
 window_margin_width 2
 
+mouse_hide_wait -1
+
 tab_bar_edge top
 tab_bar_style separator
 tab_bar_margin_width 10