mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/tmux:
- let's try tmux's automatic titles again
This commit is contained in:
parent
aa3ee46715
commit
5c4e8ab5c6
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Mon, 15 Jul 2013 15:52:56 -0500
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue