diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 56b4b9d..73c3234 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -78,6 +78,9 @@ window: # Set this to `None` to use the default theme variant. #gtk_theme_variant: None + # Window transparency v2.0 + opacity: 0.8 + #scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -282,7 +285,7 @@ colors: # # 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: 0.8 +#background_opacity: 0.8 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"