Configure font size a bit better in foot
This commit is contained in:
parent
0aa28e44a5
commit
1ff052bbbc
2 changed files with 5 additions and 3 deletions
|
|
@ -9,12 +9,11 @@ encryption = "age"
|
||||||
]
|
]
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
|
term_fontsize = 9
|
||||||
{{- if eq .chezmoi.hostname "baryte" }}
|
{{- if eq .chezmoi.hostname "baryte" }}
|
||||||
term_fontsize = 10
|
|
||||||
email = "maximilian.friedersdorff@envsys.co.uk"
|
email = "maximilian.friedersdorff@envsys.co.uk"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
personal_ssh_key = "~/.ssh/id_ed25519_personal"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
term_fontsize = 10
|
|
||||||
email = "max@gwairfelin.com"
|
email = "max@gwairfelin.com"
|
||||||
personal_ssh_key = "~/.ssh/id_ed25519"
|
personal_ssh_key = "~/.ssh/id_ed25519"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
|
|
||||||
font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
||||||
|
font-size-adjustment=1
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
# font-bold-italic=<bold+italic variant of regular font>
|
# font-bold-italic=<bold+italic variant of regular font>
|
||||||
|
|
@ -18,7 +19,9 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
||||||
# vertical-letter-offset=0
|
# vertical-letter-offset=0
|
||||||
# underline-offset=<font metrics>
|
# underline-offset=<font metrics>
|
||||||
# box-drawings-uses-font-glyphs=no
|
# box-drawings-uses-font-glyphs=no
|
||||||
# dpi-aware=auto
|
dpi-aware=yes
|
||||||
|
|
||||||
|
gamma-correct-blending=yes
|
||||||
|
|
||||||
# initial-window-size-pixels=700x500 # Or,
|
# initial-window-size-pixels=700x500 # Or,
|
||||||
# initial-window-size-chars=<COLSxROWS>
|
# initial-window-size-chars=<COLSxROWS>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue