diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
commit | 799d7f392561c385a2810c04f7c841c7b84dc41a (patch) | |
tree | d85ac8f878705216ec025875fd4ba73a89c78480 /.config/alacritty | |
parent | a108b2ea07f0ecb716b8a89ac25032749c21a92d (diff) | |
download | dogfiles-799d7f392561c385a2810c04f7c841c7b84dc41a.tar.gz |
changes for new machine
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 4 insertions, 2 deletions
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 # |