From 45b8dd8adb139539d81256d41dfb9ff341c10f8c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 28 Jan 2022 10:37:38 +0100 Subject: Update Alacritty config to new upstream format --- .config/alacritty/alacritty.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index c1b4611..f977cb0 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -78,6 +78,13 @@ window: # Set this to `None` to use the default theme variant. #gtk_theme_variant: 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. + + opacity: 0.85 + #scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -306,12 +313,6 @@ font: # #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.85 - #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" -- cgit v1.2.3-70-g09d2