Move window opacity config setting for alacritty

This commit is contained in:
Daniel Lynn 2022-02-10 19:18:29 -06:00
parent 0dd12fbdd1
commit 23812a8141
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -101,6 +101,10 @@ window:
# Scrolling distance multiplier.
#multiplier: 3
# 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.95
# Font configuration
#
font:
@ -359,12 +363,6 @@ import:
#
#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: 0.95
#selection:
# This string contains all characters that are used as separators for
# "semantic words" in Alacritty.