From 74e761a84739a381105f78fc06a6d62d84e3d1a9 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 24 Jan 2022 15:33:21 +0100 Subject: [PATCH] Fix deprecated window opacity option --- tree/.config/alacritty/alacritty.yml.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tree/.config/alacritty/alacritty.yml.tpl b/tree/.config/alacritty/alacritty.yml.tpl index 0cb98b9..415b5fe 100644 --- a/tree/.config/alacritty/alacritty.yml.tpl +++ b/tree/.config/alacritty/alacritty.yml.tpl @@ -19,6 +19,7 @@ window: dimensions: columns: 80 lines: 24 + opacity: 1.0 # The FreeType rasterizer needs to know the device DPI for best results # (changes require restart) @@ -88,10 +89,6 @@ font: debug: render_timer: false -# transparent background -#background_opacity: 0.91 -background_opacity: 1.0 - {% if light %} # Colors (Gruvbox light) colors: