kitty: fix config for older kitty versions
This commit is contained in:
@@ -75,7 +75,7 @@ font_size 13.0
|
||||
|
||||
#: narrow_symbols codepoints [optionally the number of cells]
|
||||
|
||||
# disable_ligatures never
|
||||
disable_ligatures cursor
|
||||
|
||||
#: Choose how you want to handle multi-character ligatures. The
|
||||
#: default is to always render them. You can tell kitty to not render
|
||||
@@ -740,8 +740,8 @@ window_alert_on_bell no
|
||||
#: Window layout {{{
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 800
|
||||
initial_window_height 600
|
||||
initial_window_width 80c
|
||||
initial_window_height 30c
|
||||
|
||||
#: If enabled, the OS Window size will be remembered so that new
|
||||
#: instances of kitty will have the same size as the previous
|
||||
@@ -927,7 +927,7 @@ tab_bar_margin_height 5.0 0.0
|
||||
#: The second number is the margin between the tab bar and the
|
||||
#: contents of the current tab.
|
||||
|
||||
tab_bar_style slant
|
||||
# tab_bar_style slant
|
||||
|
||||
#: The tab bar style, can be one of:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user