From bc88331cf2bfd1813b0ad3bc9ed21cd6916a3d03 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 23 Jun 2019 23:24:58 +0200 Subject: Updated alacritty config --- .config/alacritty/alacritty-laptop.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.config/alacritty/alacritty-laptop.yml') diff --git a/.config/alacritty/alacritty-laptop.yml b/.config/alacritty/alacritty-laptop.yml index 4a0a1f1..48b14fd 100644 --- a/.config/alacritty/alacritty-laptop.yml +++ b/.config/alacritty/alacritty-laptop.yml @@ -39,8 +39,8 @@ window: # - none: Neither borders nor title bar decorations: none - # When true, alacritty starts maximized. - start_maximized: false + # Options are: Windowed, Maximized, Fullscreen + startup_mode: Maximized scrolling: # Maximum number of lines in the scrollback buffer. @@ -124,11 +124,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 -- cgit v1.2.3