diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 8f83b01..bfc2439 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -31,7 +31,7 @@ window: # Window decorations # Setting this to false will result in window without borders and title bar. - decorations: true + #decorations: true scrolling: # How many lines of scrollback to keep, @@ -122,10 +122,10 @@ font: # OS X only: use thin stroke font rendering. Thin strokes are suitable # for retina displays, but for non-retina you probably want this set to # false. - use_thin_strokes: true + #use_thin_strokes: true # Should display the render timer -render_timer: false +debug.render_timer: false # Use custom cursor colors. If true, display the cursor in the cursor.foreground # and cursor.background colors, otherwise invert the colors of the cursor.