feat: Added cursor_trail 1
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-08-17 16:05:37 +05:30
parent 2a1c1835d9
commit 3164862970

View File

@@ -18,7 +18,7 @@
background = "#000000"; background = "#000000";
shell = "${pkgs.fish}/bin/fish"; shell = "${pkgs.fish}/bin/fish";
hide_window_decorations = "yes"; hide_window_decorations = "yes";
cursor_trail = 3; cursor_trail = 1;
close_on_child_death = "yes"; close_on_child_death = "yes";
}; };
shellIntegration.enableFishIntegration = true; shellIntegration.enableFishIntegration = true;