Need some help for Layouts - single-shot process closes layout panel instead of keeping it open.. #3646
-
I am trying to configure my startup session to launch several pre-configured spaces, but it seems like processes that run and stop will end up being closed by Kitty, instead of remaining open. I was wondering how I could ensure that this does not happen. I am currently testing this behaviour with the following startup session file: launch cat ~/hello.txt
launch zsh
layout tall This runs If I change the I hope this makes sense. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
launch sh -c "cat whatever; read" |
Beta Was this translation helpful? Give feedback.
launch sh -c "cat whatever; read"