Fixed Alacritty window transparency warning
This commit is contained in:
parent
5cd4078883
commit
f9797288af
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue