diff options
-rw-r--r-- | .config/alacritty/alacritty-desktop.yml | 13 | ||||
-rw-r--r-- | .config/alacritty/alacritty-laptop.yml | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/.config/alacritty/alacritty-desktop.yml b/.config/alacritty/alacritty-desktop.yml index 208a379..5d2ff44 100644 --- a/.config/alacritty/alacritty-desktop.yml +++ b/.config/alacritty/alacritty-desktop.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 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 |