[alacritty] Set padding to 5px
This commit is contained in:
parent
783b02d366
commit
3383da4e9c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue