diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-06-23 23:24:58 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-06-23 23:24:58 +0200 |
commit | bc88331cf2bfd1813b0ad3bc9ed21cd6916a3d03 (patch) | |
tree | dd6e05f30d9d71b34f9d038d53794a16e4e82797 /.config/alacritty | |
parent | 5f1a2808a7065c8bbbb1e77ea2cf810c3b2b1802 (diff) |
Updated alacritty config
Diffstat (limited to '.config/alacritty')
-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 |