From e3638f6b9fce3d45d32a97a96cbb6e6d8fc77b43 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 4 Nov 2019 10:50:22 +1000 Subject: [PATCH] Removed superfluous settings --- .config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.