diff --git a/debian/changelog b/debian/changelog index beb26033..e88a7ef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ byobu (5.46) unreleased; urgency=low * usr/bin/byobu: LP: #1195726 - zeroing out window titles in byobu-screen is causing other problems, especially when the user defines shelltitle in ~/.screenrc + * usr/share/byobu/profiles/tmux: + - let's try tmux's automatic titles again -- Dustin Kirkland Mon, 15 Jul 2013 15:52:56 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 172432bc..db1ce249 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -63,7 +63,7 @@ set-window-option -g window-status-current-fg $BYOBU_LIGHT set-window-option -g window-status-activity-bg $BYOBU_DARK set-window-option -g window-status-activity-fg $BYOBU_LIGHT set-window-option -g window-status-activity-attr bold -set-window-option -g automatic-rename off +set-window-option -g automatic-rename on set-window-option -g aggressive-resize on set-window-option -g monitor-activity on