diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 69c6840..120931a 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -23,8 +23,8 @@ dimensions: # Units are physical pixels; this is not DPI aware. # (change requires restart) padding: - x: 2 - y: 2 + x: 10 + y: 10 # Display tabs using this many cells (changes require restart) tabspaces: 8 @@ -53,7 +53,7 @@ font: # style: Italic # 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 # as modifying the linespacing, and offset.x as modifying the letter spacing.