summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/alacritty-laptop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/alacritty-laptop.yml')
-rw-r--r--.config/alacritty/alacritty-laptop.yml13
1 files changed, 7 insertions, 6 deletions
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