diff options
| -rw-r--r-- | .config/kitty/kitty.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 96f9e05..cc83b4b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | #: Fonts {{{ --> Ligature Support | 3 | #: Fonts {{{ --> Ligature Support |
| 4 | 4 | ||
| 5 | font_family Fira Code | 5 | font_family Iosevka Nerd Font Complete Mono |
| 6 | bold_font Fira Code Bold | 6 | bold_font Iosevka Bold Nerd Font Complete Mono |
| 7 | italic_font Fira Code Light | 7 | italic_font Iosevka Oblique Nerd Font Complete Mono |
| 8 | bold_italic_font Fira Code Retina | 8 | bold_italic_font Iosevka Bold Oblique Nerd Font Complete Mono |
| 9 | 9 | ||
| 10 | font_size 10.0 | 10 | font_size 10.0 |
| 11 | 11 | ||
| @@ -14,6 +14,8 @@ adjust_column_width 0 | |||
| 14 | 14 | ||
| 15 | box_drawing_scale 0.001, 1, 1.5, 2 | 15 | box_drawing_scale 0.001, 1, 1.5, 2 |
| 16 | 16 | ||
| 17 | disable_ligatures always | ||
| 18 | |||
| 17 | #: }}} | 19 | #: }}} |
| 18 | 20 | ||
| 19 | #: Cursor customization {{{ | 21 | #: Cursor customization {{{ |
