alacritty: add window padding

This commit is contained in:
Inhji 2022-12-18 20:05:10 +01:00
parent 86d469c4b6
commit 0a45165e31
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ import:
# available, otherwise `xterm-256color` is used.
#TERM: alacritty
#window:
window:
# Window dimensions (changes require restart)
#
# Number of lines/columns (not pixels) in the terminal. The number of columns
@ -66,9 +66,9 @@ import:
#
# 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: 20
y: 20
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false