From 64a7ca60f5f8635ad34907be7f419040ac43367c Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Wed, 3 Oct 2018 08:29:37 -0300 Subject: [PATCH] Add additional documentation to "background_opacity" option --- alacritty.yml | 3 +++ alacritty_macos.yml | 3 +++ 2 files changed, 6 insertions(+) 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