Fixed Alacritty window transparency warning

This commit is contained in:
Logan G 2022-01-26 08:50:55 -07:00
parent 5cd4078883
commit f9797288af
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -78,6 +78,9 @@ window:
# Set this to `None` to use the default theme variant. # Set this to `None` to use the default theme variant.
#gtk_theme_variant: None #gtk_theme_variant: None
# Window transparency v2.0
opacity: 0.8
#scrolling: #scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
@ -282,7 +285,7 @@ colors:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # 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. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.8 #background_opacity: 0.8
#selection: #selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"