alacritty: Only specify monospace and increase size

This makes it easier to change a font from font configuration
instead of having to change it for every application.
This commit is contained in:
Sanchayan Maity 2024-12-24 14:04:03 +05:30
parent da404ea629
commit 4037b7521e
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -39,27 +39,7 @@ render_timer = false
TERM = "alacritty"
[font]
size = 26.0
[font.bold]
family = "monospace"
style = "Bold"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "monospace"
style = "Bold Italic"
[font.normal]
family = "monospace"
style = "Medium Italic"
[font.offset]
x = 0
y = 0
size = 28
[[hints.enabled]]
command = "xdg-open"