From 799d7f392561c385a2810c04f7c841c7b84dc41a Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Tue, 25 Jan 2022 14:32:50 -0500 Subject: changes for new machine --- .config/alacritty/alacritty.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 1769e0a..5e10e1d 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -43,6 +43,8 @@ window: # When true, alacritty starts maximized. startup_mode: Maximized + opacity: 0.90 + scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -110,7 +112,7 @@ font: style: Italic # Point size - size: 8.5 + size: 5.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -205,7 +207,7 @@ bell: # # 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.90 +#background_opacity: 0.90 # Mouse bindings # -- cgit 1.4.1