Set font size in alacritty

This commit is contained in:
2020-12-10 03:03:50 +01:00
parent 7b5d98e23c
commit fc02c4f47d
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
font_size: 10 font_size: 12
letter_space: 0 letter_space: 0
terminal_binary: alacritty terminal_binary: alacritty

View File

@@ -150,7 +150,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 10.0 size: {{ machine.font_size }}
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@@ -53,3 +53,4 @@ dotfiles:
to: .config/Code/User/keybindings.json to: .config/Code/User/keybindings.json
- from: alacritty/alacritty.yml - from: alacritty/alacritty.yml
to: .config/alacritty.yml to: .config/alacritty.yml
template: true