From 954da9f146c2e7ee8210668374fd84f0fff7dcdf Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 25 Apr 2022 00:55:41 -0400 Subject: placed the opacity option in the write location --- alacritty.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index 790526f..9291c7e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -31,8 +31,9 @@ window: # must be at least `2`, while using a value of `0` for columns and lines will # fall back to the window manager's recommended size. dimensions: - columns: 80 - lines: 24 + columns: 95 + lines: 28 + opacity: 0.9 # Window position (changes require restart) # @@ -354,13 +355,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. -window: - opacity: 0.9 - #selection: # This string contains all characters that are used as separators for # "semantic words" in Alacritty. -- cgit v1.2.3