Update .config/alacritty/alacritty.toml

This commit is contained in:
Kasper Juul Hermansen 2023-12-28 22:34:46 +01:00
parent 3fce0ca427
commit e9a97cd3ff
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -2,15 +2,15 @@
size = 14
[font.bold]
family = "Hack Nerd Font"
family = "{{ .monospace_font }}"
style = "Bold"
[font.italic]
family = "Hack Nerd Font"
family = "{{ .monospace_font }}"
style = "Italic"
[font.normal]
family = "Hack Nerd Font"
family = "{{ .monospace_font }}"
style = "Regular"
[window]
@ -23,5 +23,5 @@ general = "Alacritty"
instance = "Alacritty"
[window.padding]
x = 10
y = 10
x = 30
y = 30