tilix icon indicating copy to clipboard operation
tilix copied to clipboard

Tilix and Gnome integration

Open pfrenard opened this issue 3 years ago • 1 comments

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

pfrenard avatar Aug 14 '22 20:08 pfrenard

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

237dmitry avatar Aug 18 '22 16:08 237dmitry