Add README instruction for macOS config

This commit is contained in:
Joe Wilm 2017-01-06 10:48:22 -08:00
parent 96590ffccf
commit 7d07b5a165
2 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,8 @@ cargo build --release
If all goes well, this should place a binary at `target/release/alacritty`. 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, **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 ### Configuration

View File

@ -37,8 +37,8 @@ font:
# Offset is the extra space around each character. offset.y can be thought of # 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. # as modifying the linespacing, and offset.x as modifying the letter spacing.
offset: offset:
x: 2.0 x: 0.0
y: -7.0 y: 0.0
# Should display the render timer # Should display the render timer
render_timer: false render_timer: false