diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 9491aaa..850f22f 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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 {{{