Fix alacritty for hidpi

Still need to make it align with the global dotfile settings, though!
This commit is contained in:
Daniel Flanagan 2017-04-28 08:08:23 -05:00
parent 9bfc834685
commit 41691800c2

View file

@ -52,12 +52,12 @@ font:
# style: Italic # style: Italic
# Point size of the font # Point size of the font
size: 16.0 size: 20.0
# 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: 0.0 x: 0.0
y: -12.0 y: -17.0
# OS X only: use thin stroke font rendering. Thin strokes are suitable # OS X only: use thin stroke font rendering. Thin strokes are suitable
# for retina displays, but for non-retina you probably want this set to # for retina displays, but for non-retina you probably want this set to