aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--alacritty.yml4
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4cde37de..bfde89d5 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,8 @@ cargo build --release
If all goes well, this should place a binary at `target/release/alacritty`.
**BEFORE YOU RUN IT:** Install the config file as described below; otherwise,
-many things (such as arrow keys) would not work.
+many things (such as arrow keys) would not work. If you're on macOS, you'll need
+to change the `monospace` font family to something like `Menlo`.
### Configuration
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