diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 29f6f54b..43a56685 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -127,6 +127,9 @@ font: # Display the time it takes to redraw each frame. render_timer: 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 |