“Single application mode” allows you to run an application in a ptyxis instance but just for that command. Useful when integrating with .desktop files containing Terminal=true. Pinned tab profile/container/directory are saved across sessions so that you can get back to your projects quickly. ...
exec x-terminal-emulator fi if is_command gnome-terminal; then exec qubes-run-gnome-terminal fi if is_command ptyxis; then exec ptyxis fi if is_command gnome-terminal; then exec qubes-run-gnome-terminal fi if is_command kgx; then exec qubes-run-gnome-console fi 0 comments on commit ...