Adjust alacritty settings.

This commit is contained in:
Danila Fedorin 2018-07-19 23:10:35 -07:00
parent 5998a1a390
commit 2268ad2fe1

View File

@ -23,8 +23,8 @@ dimensions:
# Units are physical pixels; this is not DPI aware. # Units are physical pixels; this is not DPI aware.
# (change requires restart) # (change requires restart)
padding: padding:
x: 2 x: 10
y: 2 y: 10
# Display tabs using this many cells (changes require restart) # Display tabs using this many cells (changes require restart)
tabspaces: 8 tabspaces: 8
@ -53,7 +53,7 @@ font:
# style: Italic # style: Italic
# Point size of the font # Point size of the font
size: 12.0 size: 10.0
# Offset is the extra space around each character. offset.y can be thought of # Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing. # as modifying the linespacing, and offset.x as modifying the letter spacing.