diff options
| author | Blista Kanjo | 2022-04-25 00:55:41 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-25 00:55:41 -0400 |
| commit | 954da9f146c2e7ee8210668374fd84f0fff7dcdf (patch) | |
| tree | 0e02f832d395efd3b2ffc713a41fd396cb87aba1 /alacritty.yml | |
| parent | 88a4fcc5db0ba4ab630e95bbe72a570dc98427d3 (diff) | |
placed the opacity option in the write location
Diffstat (limited to 'alacritty.yml')
| -rw-r--r-- | alacritty.yml | 12 |
1 files changed, 3 insertions, 9 deletions
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. |
