diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:17:05 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:24:22 -0400 |
commit | e418f4bfe41bd178e8dd7849c58a238031144a05 (patch) | |
tree | 9b2b547dd8deea083626e74d5687812b1d4d4497 | |
parent | 83292101385ba0c1bc6da93e0673028705ed322b (diff) |
kitty: cursor trail
-rw-r--r-- | kitty.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kitty.conf b/kitty.conf index bd87a1e..f20645f 100644 --- a/kitty.conf +++ b/kitty.conf @@ -16,6 +16,13 @@ placement_strategy top-left macos_show_window_title_in none +# cursor settings ------------------------------- + +cursor_trail 1 +cursor_trail_decay 0.05 0.15 + +cursor_trail_start_threshold 12 + # keybindings ----------------------------------- # jump to beginning and end of word |