Browse Source

kitty: cursor trail

raylu 1 year ago
parent
commit
b942583b1a
1 changed files with 4 additions and 0 deletions
  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
 #: Stop blinking cursor after the specified number of seconds of
 #: keyboard inactivity.  Set to zero to never stop blinking.
 #: 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 {{{
 #: Scrollback {{{