chore: alacritty padding
This commit is contained in:
parent
5f2d3d1a1f
commit
5c59696294
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ dynamic_title = true
|
||||||
blur = true
|
blur = true
|
||||||
opacity = 0.8
|
opacity = 0.8
|
||||||
dimensions = { columns = 90, lines = 30 }
|
dimensions = { columns = 90, lines = 30 }
|
||||||
padding = { x = 6, y = 6 }
|
padding = { x = 10, y = 10 }
|
||||||
startup_mode = "Windowed"
|
startup_mode = "Windowed"
|
||||||
decorations = "full"
|
decorations = "full"
|
||||||
# dynamic_padding = true
|
# dynamic_padding = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue