alacritty: add window padding

This commit is contained in:
Fernando Schauenburg 2021-02-25 19:38:05 +01:00
parent 9bdd042ed1
commit 768e53ec2e

View file

@ -20,7 +20,7 @@
# 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
@ -42,9 +42,9 @@
#
# 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: 4
y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false