From a4ac221194fc47d655d613430783182eed689ea4 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sun, 16 Oct 2022 20:37:26 +0100 Subject: [PATCH] Made alacritty non transparent --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 448b22d..051880a 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -68,7 +68,7 @@ window: # # 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.90 + opacity: 1 # Startup Mode (changes require restart) #