1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Add missing position config docs

This commit is contained in:
Christian Duerr 2023-09-16 11:32:21 +02:00 committed by GitHub
parent 34b5dbacd2
commit 77aa9f42ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,16 @@ This section documents the *[window]* table of the configuration file.
Default: _{ column = 0, lines = 0 }_ Default: _{ column = 0, lines = 0 }_
*position* "None" | { x = <integer>, y = <integer> }
Window startup position
Specified in number of pixels.
If the position is _"None"_, the window manager will handle placement.
Default: _"None"_
*padding* { x = <integer>, y = <integer> } *padding* { x = <integer>, y = <integer> }
Blank space added around the window in pixels. This padding is scaled Blank space added around the window in pixels. This padding is scaled