diff options
Diffstat (limited to '.config/kitty/kitty.conf')
| -rw-r--r-- | .config/kitty/kitty.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c79faf1..6236cf2 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -166,6 +166,8 @@ font_size 14.0 #: Cursor customization {{{ +shell_integration no-cursor + # cursor #cccccc cursor #ff0000 @@ -177,7 +179,7 @@ cursor #ff0000 #: with the background color of the cell underneath instead, use the #: special keyword: background -# cursor_shape block +cursor_shape block #: The cursor shape can be one of (block, beam, underline). Note that #: when reloading the config this will be changed only if the cursor |
