Alacritty config hot reloading, increase padding

This commit is contained in:
Daniel Lynn 2021-08-06 11:19:06 -05:00
parent a212aac0a5
commit 501a82cd3f
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -46,8 +46,8 @@ window:
# 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: 8 x: 16
y: 8 y: 16
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
#dynamic_padding: false #dynamic_padding: false
@ -413,7 +413,7 @@ background_opacity: 0.95
#thickness: 0.15 #thickness: 0.15
# Live config reload (changes require restart) # Live config reload (changes require restart)
#live_config_reload: true live_config_reload: true
# Shell # Shell
# #