From 672d8cb6d1b152998fd9c04c5124e5010349ee74 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 12 Oct 2022 11:54:40 +0200 Subject: [PATCH] alacritty: fix outdated configuration (window opacity) --- config/alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 9b8a8b5..8d92d9a 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -60,6 +60,12 @@ window: # - buttonless: Title bar, transparent background and no title bar buttons #decorations: full + # Background opacity + # + # Window opacity as a floating point number from `0.0` to `1.0`. + # The value `0.0` is completely transparent and `1.0` is opaque. + opacity: 0.98 + # Startup Mode (changes require restart) # # Values for `startup_mode`: @@ -350,12 +356,6 @@ colors: # #command: None -# Background opacity -# -# Window opacity as a floating point number from `0.0` to `1.0`. -# The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 1 - #selection: # This string contains all characters that are used as separators for # "semantic words" in Alacritty.