From 18c6a1756231fe958580d8a9d09f9364d94eaf4b Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 22 May 2025 16:47:04 +0200 Subject: [PATCH] kitty: Change to beam cursor Otherwise the block cursor comes out now and then (e.g. in fzf). --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 36712d4..4e63ff8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -288,7 +288,7 @@ cursor none #: so if you want to override it, place your value after the lines #: where the theme file is included. -# cursor_shape block +cursor_shape beam #: The cursor shape can be one of block, beam, underline. Note that #: when reloading the config this will be changed only if the cursor