gnunn1 / tilix

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

Tilix and Gnome integration #2112

Open pfrenard opened 2 years ago

pfrenard commented 2 years ago

Hello, I am a huge fan of tilix, but something it is bothering me :)

is there a way to have session by default saved into ~/.config/tilix and is there a way to have a kind of "session chooser" (for example with flag -S) which will read from the ~/.config/tilix directory and propose to load one session from all the session files available.

This way we can easily saved session and of course create a launcher so we have to choose the session to load. You can say "just launch tilix, and use the open feature" but I will answer 1/ it will be one click less :) 2/ when a tilix windows is opened, and you use the open feature to load a session, the window is not resized, so I have also to resize the main windows and sometimes depending on the layout, also the different stuffs inside the main window.

Thanks

237dmitry commented 2 years ago

is there a way to have a kind of "session chooser" (for example with flag -S)

tilix -a app-new-session -p htop  # launch one of preconfigured profiles by name in new tab
tilix -a app-new-session -e nano  # launch any application in new tab