[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
|
# See https://github.com/alacritty/alacritty/issues/1501
|
||||||
WINIT_X11_SCALE_FACTOR: "1.0"
|
WINIT_X11_SCALE_FACTOR: "1.0"
|
||||||
|
|
||||||
#window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
#
|
#
|
||||||
# Specified in number of columns/lines, not pixels.
|
# 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
|
# 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.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
#padding:
|
padding:
|
||||||
# x: 0
|
x: 5
|
||||||
# y: 0
|
y: 5
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
#dynamic_padding: false
|
#dynamic_padding: false
|
||||||
|
|
Loading…
Reference in a new issue