diff options
author | Yigit Sever | 2019-09-18 20:40:39 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-18 20:40:39 +0300 |
commit | 7a3400c3fa35709d8f6c225cdffc54a64e58c8e5 (patch) | |
tree | c86b345af4e2f8589e2aabd0bfca2317017cac62 /.config/kitty/kitty.conf | |
parent | 7959f227c5fabe9900a1eda432228190be2360a8 (diff) | |
download | dotfiles-7a3400c3fa35709d8f6c225cdffc54a64e58c8e5.tar.gz dotfiles-7a3400c3fa35709d8f6c225cdffc54a64e58c8e5.tar.bz2 dotfiles-7a3400c3fa35709d8f6c225cdffc54a64e58c8e5.zip |
TEMPORARY Use ioveska
Diffstat (limited to '.config/kitty/kitty.conf')
-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 {{{ |