1
1
Fork 0

kitty: switch cursor to beam

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-15 18:23:34 -05:00
parent fd09638278
commit 9cc8cbc0c8
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -26,6 +26,8 @@ in {
inactive_tab_font_style = "normal"; inactive_tab_font_style = "normal";
confirm_os_window_close = 0; confirm_os_window_close = 0;
cursor_blink_interval = 0; cursor_blink_interval = 0;
cursor_shape = "beam";
cursor_shape_unfocused = "underline";
placement_strategy = "top-left"; # Partially fix padding placement_strategy = "top-left"; # Partially fix padding
scrollback_lines = -1; scrollback_lines = -1;
strip_trailing_spaces = "smart"; strip_trailing_spaces = "smart";