Explorar el Código

kitty: cursor trail

raylu hace 1 año
padre
commit
b942583b1a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      config/kitty/kitty.conf

+ 4 - 0
config/kitty/kitty.conf

@@ -200,6 +200,10 @@ cursor_stop_blinking_after 15.0
 #: Stop blinking cursor after the specified number of seconds of
 #: keyboard inactivity.  Set to zero to never stop blinking.
 
+cursor_trail 1
+cursor_trail_decay 0.1 0.3
+cursor_trail_start_threshold 10
+
 #: }}}
 
 #: Scrollback {{{