diff options
author | Joe Wilm <joe@jwilm.com> | 2017-01-06 10:48:22 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-01-06 10:48:22 -0800 |
commit | 7d07b5a1655dc9d1cda62f1dd3005b966c0fa76a (patch) | |
tree | 135f809d9ef72a1e2c8a660ea4e01793b49c36aa /alacritty.yml | |
parent | 96590ffccf768e7288999241b2c433bf2bfba3ac (diff) | |
download | alacritty-7d07b5a1655dc9d1cda62f1dd3005b966c0fa76a.tar.gz alacritty-7d07b5a1655dc9d1cda62f1dd3005b966c0fa76a.zip |
Add README instruction for macOS config
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0d907ea0..be0997ec 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -37,8 +37,8 @@ font: # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. offset: - x: 2.0 - y: -7.0 + x: 0.0 + y: 0.0 # Should display the render timer render_timer: false |