Fix config warnings in alacritty

This commit is contained in:
Jake Howard 2019-06-22 10:45:55 +01:00
parent 998e2834b0
commit 8b7f8f1c66
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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