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