The latest versions of byobu should apparently be configurable to run tmux instead of screen, but I haven't been able to. Advice appreciated
Asked
Active
Viewed 1.7k times
2 Answers
42
Byobu 5.x has excellent support for tmux. New installations of Byobu 5.x and above will default to using tmux as the backend. Upgrades from older versions, however, will not automatically make that switch.
Still, you can manually run byobu with tmux by typing byobu-tmux. Similarly, you can manually choose to run with the screen backend by typing byobu-screen.
Running byobu will launch with your selected default backend. You can choose between tmux and screen by running byobu-select-backend.
kirkland@ubuntu:~$ byobu-select-backend
Select the byobu backend:
1. tmux
2. screen
Choose 1-2 [1]: 1
Dustin Kirkland
- 14,919
3
I just installed the latest version of Byobu on Ubuntu 10.10 by following these instructions:
sudo add-apt-repository ppa:byobu/ppa
sudo apt-get update
sudo apt-get install byobu
From here: https://launchpad.net/byobu/
Then you can launch it with byobu-tmux