5

I saw this screenshot from this post, and was curious as to how they got their Guake environment to have what looks like 3 split tabs. Any suggestions on how to do this? Are they running tmux on top of Guake or something of the sort?

enter image description here

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497

1 Answers1

6

What you see in the screenshot is couple apps, actually. Tripple split is done by screen as suggested by the name in lower right corner in the screenshot and the process manager in top split is htop.

I personally would recommend byobu instead of just screen, since that has fancier interface showing clock, ip address, and other stats. All the apps are installable via sudo apt-get install PACKAGE-NAME

Here's for instance what can be done witih Byobu. Similar layout:

enter image description here

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497