diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2019-07-30 12:46:57 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2019-07-30 12:46:57 +0700 |
| commit | 0510b1953bce39bdc6a2eb1baad5ef7afdf421fc (patch) | |
| tree | a13652a09d2df14970bcf4e3c8787852433975cb /basics/.config/alacritty | |
| parent | 874fa62b01dd21cc26e17a3ce742996a8450645e (diff) | |
| download | dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.tar.gz dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.tar.bz2 dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.tar.lz dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.tar.xz dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.tar.zst dotfiles-0510b1953bce39bdc6a2eb1baad5ef7afdf421fc.zip | |
cleaned makefile, added doom-emacs and other small fixes
Diffstat (limited to 'basics/.config/alacritty')
| -rw-r--r-- | basics/.config/alacritty/alacritty.yml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index 6555b09..8c2ad85 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -43,8 +43,12 @@ window: # - buttonless: Title bar, transparent background, but no title bar buttons decorations: full - # When true, alacritty starts maximized. - start_maximized: false + # Startup mode + # Values: + # - Windowed + # - Maximized + # - Fullscreen + startup_mode: Maximized scrolling: # Maximum number of lines in the scrollback buffer. @@ -145,11 +149,13 @@ font: # effect. use_thin_strokes: true -# Display the time it takes to redraw each frame. -render_timer: false +# Debug options +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 |
