Comment 4 for bug 578373

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Okay, so here's what I'll do...

I've added support to byobu-launcher to accept additional arguments and pass them through to byobu and screen.

Thus, you can edit your ~/.profile to do:
`echo $- | grep -qs i` && byobu-launcher -UDR && exit 0

And, of course, when you run byobu from the command line, you can run "byobu -UDR".

I'm hesitant to change the default from -xDD, as the screen sharing is very important to many byobu users, in as much as I can tell.