diff options
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index e668630..a75258f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -106,8 +106,8 @@ font: # - (Windows) Consolas # family: DejaVuSansMono Nerd Font # family: mononoki Nerd Font - # family: UbuntuMono Nerd Font - family: 3270 Nerd Font Mono + family: UbuntuMono Nerd Font + # family: 3270 Nerd Font Mono # The `style` can be specified to pick a specific face. style: Regular @@ -154,7 +154,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: -1 + x: 0 y: 0 # Glyph offset determines the locations of the glyphs within their cells with |