Set font size in alacritty
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
font_size: 10
|
font_size: 12
|
||||||
letter_space: 0
|
letter_space: 0
|
||||||
terminal_binary: alacritty
|
terminal_binary: alacritty
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user