alacritty: remove big padding

This commit is contained in:
Inhji 2022-12-18 20:38:04 +01:00
parent 173fde45a4
commit 63f836ec34
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 20
y: 20
x: 5
y: 5
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false