gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.34k stars 294 forks source link

Keep terminal open after command is executed from outside #2188

Open MoutonDemocrate opened 9 months ago

MoutonDemocrate commented 9 months ago

Hi ! In my session.json files, I use for example :

"overrideCommand": "clear ; neofetch"

However, this makes the tab close when the command exits, instead of keeping the tab open. Is there a way to prevent this ! This also works when executing a command in a new window using --action and --command

I'm pretty new to all this, thanks in advance for any help you could give me.

PS: Additionally, would anyone here know how to hold neofetch ? Like, how to prevent it from exiting basically.