From 3164862970265cf74d35141e02622b4d79ac3f9d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 17 Aug 2025 16:05:37 +0530 Subject: [PATCH] feat: Added cursor_trail 1 --- home/apps/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/apps/kitty.nix b/home/apps/kitty.nix index 0ca6f152..456aa3d6 100644 --- a/home/apps/kitty.nix +++ b/home/apps/kitty.nix @@ -18,7 +18,7 @@ background = "#000000"; shell = "${pkgs.fish}/bin/fish"; hide_window_decorations = "yes"; - cursor_trail = 3; + cursor_trail = 1; close_on_child_death = "yes"; }; shellIntegration.enableFishIntegration = true;