diff options
| author | zachir <zachir@librem.one> | 2023-02-11 20:15:05 -0600 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-02-11 20:15:05 -0600 | 
| commit | 5d2ee8cf601cc8a520b5452504e5a57bcd3d87ac (patch) | |
| tree | 5cc5cd35720919632b63125431b96cd026ee72ca | |
| parent | 1d0738c2299190beca4194e61245d612b9140724 (diff) | |
make font slightly smaller in alacritty
| -rw-r--r-- | alacritty/alacritty.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 2c247d5..1831a2b 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -154,7 +154,7 @@ font:      style: Bold Italic    # Point size -  size: 10.0 +  size: 8.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 | 
