kitty: use modify_font
This commit is contained in:
parent
db78bb42ce
commit
dbd2b8b569
@ -47,9 +47,13 @@ font_size 12
|
||||
#: support, because it will force kitty to always treat the text as
|
||||
#: LTR, which FriBidi expects for terminals.
|
||||
|
||||
adjust_line_height 100%
|
||||
# adjust_line_height 100%
|
||||
# adjust_column_width 0
|
||||
adjust_column_width 100%
|
||||
# adjust_column_width 100%
|
||||
|
||||
# since kitty 0.26.1
|
||||
modify_font cell_height 100%
|
||||
modify_font cell_width 100%
|
||||
|
||||
#: Change the size of each character cell kitty renders. You can use
|
||||
#: either numbers, which are interpreted as pixels or percentages
|
||||
|
Loading…
Reference in New Issue
Block a user