Increase font size for wezterm
This commit is contained in:
parent
11eb116f2d
commit
4d66a42129
2 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ return {
|
||||||
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
||||||
),
|
),
|
||||||
|
|
||||||
font_size = 11,
|
font_size = {{ wezterm_font_size }},
|
||||||
freetype_load_target = 'Light',
|
freetype_load_target = 'Light',
|
||||||
freetype_render_target = 'HorizontalLcd',
|
freetype_render_target = 'HorizontalLcd',
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
|
|
|
||||||
|
|
@ -49,3 +49,5 @@ boot_configuration:
|
||||||
vpn_config_dir: '/etc/wireguard'
|
vpn_config_dir: '/etc/wireguard'
|
||||||
|
|
||||||
server_domain: fudiggity.nl
|
server_domain: fudiggity.nl
|
||||||
|
|
||||||
|
wezterm_font_size: 12
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue