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;