2

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.

4

1 に答える 1

2

これをに追加するだけ~/.byobu/.screenrcです:

monitor off    
defmonitor off

完全な開示: 私はByobuの作成者でありメンテナーです。

于 2015-05-01T07:39:43.407 に答える