diff options
author | Tobias Sette <contato@tobias.ws> | 2018-10-03 08:29:37 -0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-03 11:29:37 +0000 |
commit | 64a7ca60f5f8635ad34907be7f419040ac43367c (patch) | |
tree | aa134b83a1ab4d07733f2b5361f34582051f15bf | |
parent | 24533d2c5d86857dbb2f75f171430da7073ce65c (diff) | |
download | alacritty-64a7ca60f5f8635ad34907be7f419040ac43367c.tar.gz alacritty-64a7ca60f5f8635ad34907be7f419040ac43367c.zip |
Add additional documentation to "background_opacity" option
-rw-r--r-- | alacritty.yml | 3 | ||||
-rw-r--r-- | alacritty_macos.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 91bff074..38da01dd 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -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 diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 8ce0181a..25151d39 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -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 |