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"