summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-01-06 11:16:57 -0800
committerJoe Wilm <joe@jwilm.com>2017-01-06 11:17:48 -0800
commit99ef2bef9e47f2d44536fd4b531c1b33e2828cac (patch)
tree1df2bddc9531245456342917555ca4beb9ada622 /alacritty.yml
parent2befe3681e7e813e704fbbf75a520e04bf049d36 (diff)
Add default macOS config
Should solve the `monospace` issue people are seeing for now.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml
index be0997ec..0d907ea0 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: 0.0
- y: 0.0
+ x: 2.0
+ y: -7.0
# Should display the render timer
render_timer: false