From 521b13afaee9c6b9ca09a8ad8020abe009d36985 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 27 Jan 2022 22:21:12 +0530 Subject: Stop cursor shape from being ignored Issue [4438](https://github.com/kovidgoyal/kitty/issues/4438), with the inclusion of shell-integration this option is needed for the cursor to keep it's shape, else the cursor ignores shape. --- .config/kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/kitty') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1dba186..1c42aeb 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -16,6 +16,7 @@ initial_window_height 600 cursor_blink_interval 0 +shell_integration no-cursor cursor #b8dceb foreground #e6e6f1 -- cgit v1.2.3