Activated padding in alacritty

This commit is contained in:
Nikurasu 2022-12-27 14:22:11 +01:00
parent 09f3f5fe6c
commit eefbfedf2e

View file

@ -23,7 +23,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. Both lines and columns
@ -46,9 +46,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: 5
y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false