kitty: switch cursor to beam
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
fd09638278
commit
9cc8cbc0c8
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue