remove alacritty window padding

This commit is contained in:
Marty Oehme 2019-03-15 15:18:34 +01:00
parent 94e3b7a2c1
commit 51144bc904

View file

@ -26,8 +26,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: 2 x: 0
y: 2 y: 0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: false dynamic_padding: false