From c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 20:29:22 +0200 Subject: Add some conf --- alacritty/.config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alacritty') diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index d1174be..2b1f4ff 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -103,7 +103,7 @@ font: #style: Italic # Point size - size: 7.0 + size: 8.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -125,7 +125,7 @@ font: #scale_with_dpi: true # Display the time it takes to redraw each frame. -render_timer: false +debug.render_timer: false # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true -- cgit v1.2.1