From 54b6344985dfe25035c7f33440be50938e92a7f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Jan 2023 12:00:41 +0530 Subject: [PATCH] Add a note that --spacing is ignored for overlay windows --- kitty/launch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/launch.py b/kitty/launch.py index f8affd492..1d7cb1af7 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -284,7 +284,8 @@ type=list Set the margin and padding for the newly created window. For example: :code:`margin=20` or :code:`padding-left=10` or :code:`margin-h=30`. The shorthand form sets all values, the :code:`*-h` and :code:`*-v` variants set horizontal and vertical values. -Can be specified multiple times. +Can be specified multiple times. Note that this is ignored for overlay windows as these use the settings +from the base window. --watcher -w