From e50b3878af7d7ac105ffb03ed2b0881e60eefdf0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Feb 2025 11:47:31 +0100 Subject: [PATCH] add cursor trail animations Former-commit-id: 4b32eaa91ec52c9b96e663bab8ca5230275fbfcc --- home/programs/kitty/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/programs/kitty/default.nix b/home/programs/kitty/default.nix index e7de2777..dc685581 100644 --- a/home/programs/kitty/default.nix +++ b/home/programs/kitty/default.nix @@ -22,6 +22,8 @@ url_style = "curly"; cursor_shape = "Underline"; cursor_underline_thickness = 3; + cursor_trail = 3; + cursor_trail_decay = "0.1 0.4"; window_padding_width = 10; }; };