From c18f65c9572e0414373abeaebbde543466011cfe Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 19 Jul 2011 17:15:08 -0500 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys, usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common, usr/share/byobu/profiles/screenrc: - killall byobu-statusd before refreshing --- debian/changelog | 4 ++++ usr/share/byobu/keybindings/f-keys | 2 +- usr/share/byobu/profiles/byoburc | 1 - usr/share/byobu/profiles/common | 1 + usr/share/byobu/profiles/screenrc | 1 - 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c825e816..101ee846 100644 --- a/debian/changelog +++ b/debian/changelog @@ -113,6 +113,10 @@ byobu (4.18) unreleased; urgency=low - standardize the seeding of the local user's configuration * usr/bin/byobu-status, usr/bin/byobu-statusd, usr/lib/byobu/logo: - re-source constants in case of upgrades + * usr/share/byobu/keybindings/f-keys, + usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common, + usr/share/byobu/profiles/screenrc: + - killall byobu-statusd before refreshing [ James Spencer ] * usr/lib/byobu/.constants: diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index 8005995d..70036fb7 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -31,7 +31,7 @@ bindkey -k k2 $BYOBU_BACKEND # F2 | Create new window bindkey -k k3 eval 'prev' 'fit' # F3 | Previous Window bindkey -k k4 eval 'next' 'fit' # F4 | Next Window register r ":source $BYOBU_CONFIG_DIR/profile^M" # | Goes with F5 definition -bindkey -k k5 eval 'process x' 'process r' # F5 | Reload profile +bindkey -k k5 eval 'exec killall byobu-statusd' 'process x' 'process r' # F5 | Reload profile bindkey -k k6 detach # F6 | Detach from this session bindkey -k k7 copy # F7 | Enter copy/scrollback mode register t "A^[OH^k^h" # | Goes with the F8 definition diff --git a/usr/share/byobu/profiles/byoburc b/usr/share/byobu/profiles/byoburc index b6eb7c07..2d37065d 100644 --- a/usr/share/byobu/profiles/byoburc +++ b/usr/share/byobu/profiles/byoburc @@ -25,4 +25,3 @@ source $BYOBU_CONFIG_DIR/profile source $BYOBU_WINDOWS source $HOME/.byoburc -backtick 1000 0 0 byobu-statusd diff --git a/usr/share/byobu/profiles/common b/usr/share/byobu/profiles/common index b65288a6..bd9f7db2 100644 --- a/usr/share/byobu/profiles/common +++ b/usr/share/byobu/profiles/common @@ -32,6 +32,7 @@ backtick 10 9999999 9999999 byobu-janitor backtick 11 9999999 9999999 printf "\005-1=" backtick 12 9999999 9999999 byobu-status color backtick 13 0 0 byobu-status notify_osd +backtick 1000 0 0 byobu-statusd backtick 1001 1 1 byobu-status-print 1 backtick 1002 1 1 byobu-status-print 2 backtick 1003 1 1 byobu-status-print 3 diff --git a/usr/share/byobu/profiles/screenrc b/usr/share/byobu/profiles/screenrc index 41f8035d..97bc23b8 100644 --- a/usr/share/byobu/profiles/screenrc +++ b/usr/share/byobu/profiles/screenrc @@ -25,4 +25,3 @@ source $BYOBU_CONFIG_DIR/profile source $BYOBU_WINDOWS source $HOME/.screenrc -backtick 1000 0 0 byobu-statusd