[alacritty] Set padding to 5px

This commit is contained in:
Marcel Kapfer 2020-05-20 19:20:48 +02:00
parent 783b02d366
commit 3383da4e9c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ env:
# See https://github.com/alacritty/alacritty/issues/1501
WINIT_X11_SCALE_FACTOR: "1.0"
#window:
window:
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
@ -36,9 +36,9 @@ env:
#
# 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: 0
# y: 0
padding:
x: 5
y: 5
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false