3

In a recent ubuntu update, my byobu screens started highlighting the window names when there's been activity. This is annoying me, I'd rather just have active/inactive displayed (as it did before the update). How can I disable it? I've found instructions for how with tmux, but I'm using the screen backend.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Joshua
  • 5,336
  • 1
  • 28
  • 42

1 Answers1

3

Just add this to your ~/.byobu/.screenrc:

monitor off    
defmonitor off

Full disclosure: I am the author and maintainer of Byobu.

Dustin Kirkland
  • 5,323
  • 3
  • 36
  • 34