feat: Added cursor_trail 1
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user