diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/alacritty.yml b/alacritty.yml index 90a27254..38c57b3e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -83,15 +83,15 @@ 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: 0 + y: 0 # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increase the x offset to move the glyph to # the right, increase the y offset to move the glyph upward. glyph_offset: - x: 0.0 - y: 0.0 + x: 0 + y: 0 # 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 |