From 9753aed3a8f16f2b197a944a061a56ed4ed65144 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 19 Jul 2011 17:16:55 -0500 Subject: [PATCH] killall byobu-statusd owned by user before refreshing --- debian/changelog | 2 +- usr/share/byobu/keybindings/f-keys | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 101ee846..ab019247 100644 --- a/debian/changelog +++ b/debian/changelog @@ -116,7 +116,7 @@ byobu (4.18) unreleased; urgency=low * 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 + - killall byobu-statusd owned by user 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 70036fb7..969fffe7 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 'exec killall byobu-statusd' 'process x' 'process r' # F5 | Reload profile +bindkey -k k5 eval 'exec killall -u 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