From df1cadae60c4062c3c4b0a47fd6e7024f8baf14d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 6 May 2026 21:06:20 +0200 Subject: [PATCH] Modules/Kitty: Enable cursor_trail --- home/homemodules/kitty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/homemodules/kitty/default.nix b/home/homemodules/kitty/default.nix index 90156f77..c3172cb8 100644 --- a/home/homemodules/kitty/default.nix +++ b/home/homemodules/kitty/default.nix @@ -42,6 +42,7 @@ in { window_padding_width = 10; # Looks stupid with editors if bg doesn't match # hide_window_decorations = "yes"; enabled_layouts = "grid,vertical,horizontal"; + cursor_trail = 3; tab_bar_min_tabs = 2; # Don't show a single tab tab_bar_edge = "bottom";