Files
opalfiles/.config/alacritty/alacritty.toml
2025-12-03 13:50:17 -08:00

24 lines
247 B
TOML

[env]
TERM = "xterm-256color"
[font]
size = 17
[font.normal]
family = "Hack"
[font.offset]
x = 0
y = 0
# Try setting this
[font.glyph_offset]
x = 0
y = 0
[window]
opacity = 0.95
[general]
import = ["/home/opal/.config/alacritty/theme.toml"]