mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
usr/share/byobu/profiles/screenrc: - move byobu-statusd to the rc profiles, as we don't want to run again on profile reload
This commit is contained in:
parent
29e61bf0f8
commit
657e1f3824
4 changed files with 6 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -81,6 +81,10 @@ byobu (4.18) unreleased; urgency=low
|
|||
* usr/share/byobu/profiles/common:
|
||||
- switch to run-one, from run-this-one
|
||||
* usr/share/byobu/profiles/common:
|
||||
* usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
|
||||
usr/share/byobu/profiles/screenrc:
|
||||
- move byobu-statusd to the rc profiles, as we don't want to run again
|
||||
on profile reload
|
||||
|
||||
[ James Spencer ]
|
||||
* usr/lib/byobu/.constants:
|
||||
|
|
|
@ -25,3 +25,4 @@
|
|||
source $BYOBU_CONFIG_DIR/profile
|
||||
source $BYOBU_WINDOWS
|
||||
source $HOME/.byoburc
|
||||
backtick 1000 0 0 byobu-statusd
|
||||
|
|
|
@ -32,7 +32,6 @@ 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 run-one 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
|
||||
|
|
|
@ -25,3 +25,4 @@
|
|||
source $BYOBU_CONFIG_DIR/profile
|
||||
source $BYOBU_WINDOWS
|
||||
source $HOME/.screenrc
|
||||
backtick 1000 0 0 byobu-statusd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue