From 77aa9f42bac4377efe26512d71098d21b9b547fd Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 16 Sep 2023 11:32:21 +0200 Subject: Add missing position config docs --- extra/man/alacritty.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 0257d4b8..b79a89d3 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -88,6 +88,16 @@ This section documents the *[window]* table of the configuration file. Default: _{ column = 0, lines = 0 }_ +*position* "None" | { x = , y = } + + Window startup position + + Specified in number of pixels. + + If the position is _"None"_, the window manager will handle placement. + + Default: _"None"_ + *padding* { x = , y = } Blank space added around the window in pixels. This padding is scaled -- cgit v1.2.3-54-g00ecf