From 0510b1953bce39bdc6a2eb1baad5ef7afdf421fc Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Tue, 30 Jul 2019 12:46:57 +0700 Subject: cleaned makefile, added doom-emacs and other small fixes --- basics/.config/alacritty/alacritty.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'basics/.config/alacritty/alacritty.yml') 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 -- cgit v1.2.3