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.