Change terminal font to Iosevka Term
This commit is contained in:
parent
f56fdb28d0
commit
3711b25225
|
@ -6,10 +6,10 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family Termsyn Regular
|
||||
bold_font Termsyn Bold
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_family Iosevka Term
|
||||
bold_font Iosevka Term Bold
|
||||
italic_font Iosevka Term Italic
|
||||
bold_italic_font Iosevka Term Bold Italic
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
|
@ -230,7 +230,7 @@ pointer_shape_when_grabbed arrow
|
|||
|
||||
#: Performance tuning {{{
|
||||
|
||||
repaint_delay 10
|
||||
repaint_delay 30
|
||||
|
||||
#: Delay (in milliseconds) between screen updates. Decreasing it,
|
||||
#: increases frames-per-second (FPS) at the cost of more CPU usage.
|
||||
|
|
Loading…
Reference in New Issue