浏览代码

kitty: cursor trail

raylu 1 年之前
父节点
当前提交
b942583b1a
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 {{{