summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/alacritty-laptop.yml
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2019-06-23 23:24:58 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2019-06-23 23:24:58 +0200
commitbc88331cf2bfd1813b0ad3bc9ed21cd6916a3d03 (patch)
treedd6e05f30d9d71b34f9d038d53794a16e4e82797 /.config/alacritty/alacritty-laptop.yml
parent5f1a2808a7065c8bbbb1e77ea2cf810c3b2b1802 (diff)
Updated alacritty config
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