reconfig kitty

This commit is contained in:
Christoph J. Scherr 2023-09-17 10:07:43 +02:00
parent 99f9dd6013
commit 5d4bb622f7
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
# font_family monospace
font_family FiraCode Nerd Font
# bold_font auto
# italic_font auto
# bold_italic_font auto
@ -24,7 +24,7 @@
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
# font_size 11.0
font_size 15.0
#: Font size (in pts)
@ -75,7 +75,7 @@
#: narrow_symbols codepoints [optionally the number of cells]
# disable_ligatures never
disable_ligatures never
#: Choose how you want to handle multi-character ligatures. The
#: default is to always render them. You can tell kitty to not render
@ -184,7 +184,7 @@
#: arrive at a pixel value. There must be four values corresponding to
#: thin, normal, thick, and very thick lines.
#: }}}
}}}
#: Cursor customization {{{