Recently, I have been using byobu and I quite like it. However, I am more of a terminator user than gnome-terminal and I want to launch byobu inside terminator instead of gnome-terminal by default. How do i do that?
edit: what i want is click the byobu icon and open byobu inside terminator instead of gnome terminal.
Go into Terminator's Preferences > Profile > Command > Run a custom command instead of my shell and add it.
You need to F9 once it opens and set it as well.
Byobu reattaches the screen session. Try the command
terminator -x byobu bash
to start a new session.