From 3705a7fcd155a02154592f5b6a30ce12f09c7e3b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Aug 2026 09:10:03 +0530 Subject: [PATCH] Update docs --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 4a8ce5cce..e99a6b00e 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -456,7 +456,8 @@ trail animation only follows cursors that have stayed in their position for long than the specified number of milliseconds. This prevents trails from appearing for cursors that rapidly change their positions during UI updates in complex applications. See :opt:`cursor_trail_decay` to control the animation speed and :opt:`cursor_trail_start_threshold` -to control when a cursor trail is started. +to control when a cursor trail is started. You can also have different styles of trail by +using the :opt:`custom_shaders` option, for example: :code:`custom_shaders cursor-trail-blaze`. """, )