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:
parent
da404ea629
commit
4037b7521e
1 changed files with 1 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue