dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 242824ffb970b8318c01de0fb4b8b030e764b311
parent ee1386f289f2c1c91dd7e5cfd355a7f83f56a3b3
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 28 Jun 2019 22:55:19 -0500

Update Alacritty Config

Diffstat:
M.config/alacritty/alacritty.yml | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -40,7 +40,7 @@ window:
   decorations: full
 
   # When true, alacritty starts maximized.
-  start_maximized: false
+  window.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: false