diff options
author | listout <listout@protonmail.com> | 2022-01-27 22:21:12 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-27 22:21:12 +0530 |
commit | 521b13afaee9c6b9ca09a8ad8020abe009d36985 (patch) | |
tree | c9d90ccea4ad789824593497795e5864709c250d /.config/kitty/kitty.conf | |
parent | 489427aff56702c9c64e2daac7aa491e75fba391 (diff) |
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.
Diffstat (limited to '.config/kitty/kitty.conf')
-rw-r--r-- | .config/kitty/kitty.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |