From 8b7f8f1c66ba9dcc58361d4f4411240eef7b2380 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 22 Jun 2019 10:45:55 +0100 Subject: [PATCH] Fix config warnings in alacritty --- files/alacritty.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index ef5e359..98ce592 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -121,11 +121,12 @@ font: x: 0 y: 0 -# Display the time it takes to redraw each frame. -render_timer: false +debug: + # Display the time it takes to redraw each frame. + render_timer: false -# Keep the log file after quitting Alacritty. -persistent_logging: false + # Keep the log file after quitting Alacritty. + persistent_logging: false # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true