diff options
author | Joe <rrbo@proton.me> | 2023-02-20 10:06:53 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-20 10:06:53 +0100 |
commit | 0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c (patch) | |
tree | 82f78cf709da56f40c1ae14288c98f5f2f34b1bf /.config/alacritty/alacritty.yml | |
parent | up (diff) | |
download | dotfiles-bsd-0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c.tar.gz dotfiles-bsd-0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c.tar.bz2 dotfiles-bsd-0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c.tar.xz dotfiles-bsd-0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c.tar.zst dotfiles-bsd-0bd943677d5f8f55292b3cf506c0bb61a2eb6d7c.zip |
up
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 |