mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/byobu-keybindings: LP: #1258093
* usr/share/byobu/profiles/tmux: LP: #1258534 - ensure that we respect BYOBU_NO_TITLE in tmux
This commit is contained in:
parent
493f597d56
commit
b2b381e364
2 changed files with 5 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -11,8 +11,10 @@ byobu (5.74) unreleased; urgency=low
|
|||
- thanks to Felix Krull for the initial patch
|
||||
|
||||
[ Daniel Hahler ]
|
||||
* usr/bin/byobu-keybindings:
|
||||
* usr/bin/byobu-keybindings: LP: #1258093
|
||||
- fix toggling of f-keys
|
||||
* usr/share/byobu/profiles/tmux: LP: #1258534
|
||||
- ensure that we respect BYOBU_NO_TITLE in tmux
|
||||
|
||||
[ Ryo ONODERA ]
|
||||
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
|
||||
|
|
|
@ -36,8 +36,8 @@ set -g prefix2 F12
|
|||
# Byobu's Keybindings
|
||||
source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux
|
||||
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||
#set-option -g set-titles on
|
||||
#set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||
set-option -g pane-active-border-bg $BYOBU_ACCENT
|
||||
set-option -g pane-active-border-fg $BYOBU_ACCENT
|
||||
set-option -g pane-border-fg $BYOBU_LIGHT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue