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:
parent
34b5dbacd2
commit
77aa9f42ba
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue