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