diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:23:37 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:23:37 +0200 |
commit | 429011674dad3b4161a26616b0e8c5410fc843cb (patch) | |
tree | 9b7a15cf5fefe69709aae477b82fc7720f6218ba | |
parent | README update (diff) | |
download | dotfiles-bsd-429011674dad3b4161a26616b0e8c5410fc843cb.tar.gz dotfiles-bsd-429011674dad3b4161a26616b0e8c5410fc843cb.tar.bz2 dotfiles-bsd-429011674dad3b4161a26616b0e8c5410fc843cb.tar.xz dotfiles-bsd-429011674dad3b4161a26616b0e8c5410fc843cb.tar.zst dotfiles-bsd-429011674dad3b4161a26616b0e8c5410fc843cb.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 38595ee..6d3be47 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -144,7 +144,7 @@ font: # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. offset: - x: 0 + x: -1 y: 0 # Glyph offset determines the locations of the glyphs within their cells with |