kitty: use modify_font

This commit is contained in:
surtur 2022-09-02 22:29:18 +02:00
parent db78bb42ce
commit dbd2b8b569
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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