diff options
| -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. |
