mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Add additional documentation to "background_opacity" option
This commit is contained in:
parent
24533d2c5d
commit
64a7ca60f5
2 changed files with 6 additions and 0 deletions
|
@ -230,6 +230,9 @@ visual_bell:
|
|||
duration: 0
|
||||
|
||||
# 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.0
|
||||
|
||||
# Mouse bindings
|
||||
|
|
|
@ -228,6 +228,9 @@ visual_bell:
|
|||
duration: 0
|
||||
|
||||
# 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.0
|
||||
|
||||
# Mouse bindings
|
||||
|
|
Loading…
Reference in a new issue