When one starts byobu
by saying:
byobu -c myconfig
unfortunately the whole session looks like a bare bone screen
session. How can I get the full-fledged byobu
interface with the status bar and "tabs" for the windows in the session, while at the same time starting byobu
with a custom configuration file?
Please note: this is not about configuring what's in $HOME/.byobu
because the contents of that are independent from what I want to achieve - which is special purpose (thus the extra configuration file).
Edit: the only "crutch" I've found so far is to interactively enter the screen command:
:source /full/path/to/myconfig
... in order to "source" (similar to how it's done in Bash and other shells) the configuration.
Okay, there's a couple of ways you can do this...
~/.byoburc
, which is sourced lastBYOBU_WINDOWS=/path/to/a/config
, and then run byobu. Many people use this to start different byobu sessions with different windows open at launch. For more information here, see theWINDOWS
section of the manpage at: http://manpg.es/byobu.1