1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

alacritty/alacritty.toml: update offset and padding

This commit is contained in:
Henrik Hautakoski 2026-05-06 15:53:47 +02:00
parent 887c836db6
commit 7d6db842e7

View file

@ -7,13 +7,12 @@ normal = { family = "IosevkaCustomNerdFont" }
bold = { style = "SemiBold" }
size = 15.0
offset = { x = 0, y = 8 }
offset = { x = 1, y = 8 }
glyph_offset = { x = 0, y = 4 }
[window]
decorations_theme_variant = "Dark"
padding = { x = 1, y = 1 }
# opacity = 0.98
padding = { x = 8, y = 4 }
[mouse]
hide_when_typing = false