소스 검색

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 {{{