From 4b32eaa91ec52c9b96e663bab8ca5230275fbfcc 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 --- 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 e7de277..dc68558 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; }; };