From 3711b252255509fec62de54c8f2fcd2cda42ae10 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 25 Nov 2019 01:11:52 +0100 Subject: [PATCH] Change terminal font to Iosevka Term --- kitty/.config/kitty/kitty.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 2de7977..87c1fae 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -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.