@ launch: Add a --wait-for-child-exit flag to get the child processes exit code even when it is running in a window.

This commit is contained in:
Kovid Goyal
2025-05-06 19:17:17 +05:30
parent a4963a58e3
commit 3c3ba4a9fb
4 changed files with 64 additions and 7 deletions

View File

@@ -125,6 +125,10 @@ Detailed list of changes
- Remote control: Allow modifying desktop panels and showing/hiding OS Windows
using the `kitten @ resize-os-window` command (:iss:`8550`)
- Remote control launch: Allow waiting for a program launched in a new window
to exit and get the exit code via the `kitty +launch
--wait-for-child-to-exit` command line flag (:disc:`8573`)
- Allow starting kitty with the OS window hidden via :option:`kitty --start-as=hidden <kitty --start-as>`, useful for single instance mode (:iss:`3466`)
- Allow configuring the mouse unhide behavior when using :opt:`mouse_hide_wait` (:pull:`8508`)