From 085b571b6304f3584263ff642b34718e23cdcfaf Mon Sep 17 00:00:00 2001 From: afranco Date: Sun, 16 Oct 2022 20:37:26 +0100 Subject: [PATCH] chore: 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) #