mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/share/byobu/profiles/tmux:
- ensure that byobu-janitor runs on reload
This commit is contained in:
parent
8bdd3187b9
commit
9e60806b02
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -51,6 +51,8 @@ byobu (4.30) unreleased; urgency=low
|
||||||
* usr/lib/byobu/network:
|
* usr/lib/byobu/network:
|
||||||
- make network calculations drastically cheaper, by using status_freq
|
- make network calculations drastically cheaper, by using status_freq
|
||||||
rather than a file stat
|
rather than a file stat
|
||||||
|
* usr/share/byobu/profiles/tmux:
|
||||||
|
- ensure that byobu-janitor runs on reload
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 11 Aug 2011 10:31:31 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 11 Aug 2011 10:31:31 -0500
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
set-environment -g BYOBU_BACKEND tmux
|
set-environment -g BYOBU_BACKEND tmux
|
||||||
|
new-window -d byobu-janitor
|
||||||
|
|
||||||
# Change to Screen's ctrl-a escape sequence
|
# Change to Screen's ctrl-a escape sequence
|
||||||
set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue