From d9f61803aed074fa0de24b21ac3487b31bd280d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 13 May 2025 15:35:22 +0530 Subject: [PATCH] Make a note that launching OS panels does not support --config or --override as these are per process settings not per OS Window. Fixes #8635. --- kitty/launch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/launch.py b/kitty/launch.py index a60f73388..c0012e4f8 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -388,7 +388,8 @@ Relative paths are resolved relative to the :ref:`kitty config directory --os-panel type=list Options to control the creation of desktop panels. Takes the same settings -as the :doc:`panel kitten `. Can be specified multiple times. +as the :doc:`panel kitten `, except for :option:`--override ` +and :option:`--config `. Can be specified multiple times. For example, to create a desktop panel at the bottom of the screen two lines high:: launch --type os-panel --os-panel lines=2 --os-panel edge=bottom sh -c "echo; echo; echo hello; sleep 5s"