Fix config warnings in alacritty
This commit is contained in:
parent
998e2834b0
commit
8b7f8f1c66
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue