diff options
author | xengineering <me@xengineering.eu> | 2021-10-18 19:52:13 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-10-18 19:52:13 +0200 |
commit | 232b2e9bf4ae043e354ed70f8b773505665c8833 (patch) | |
tree | 7413eb87202921f3abcb8000a02451e57f32a05a | |
parent | ca80265cf85b2dc4f2ecba59f5e2eae063daac8a (diff) | |
download | dotfiles-232b2e9bf4ae043e354ed70f8b773505665c8833.tar dotfiles-232b2e9bf4ae043e354ed70f8b773505665c8833.tar.zst dotfiles-232b2e9bf4ae043e354ed70f8b773505665c8833.zip |
Decrease Font Size for Alacritty
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 82dfbc3..c1b4611 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 18.0 + size: 14.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. |