remove alacritty window padding
This commit is contained in:
parent
94e3b7a2c1
commit
51144bc904
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ window:
|
|||
# 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: 2
|
||||
y: 2
|
||||
x: 0
|
||||
y: 0
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
dynamic_padding: false
|
||||
|
|
Loading…
Reference in a new issue