mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
source the screen default /etc/screenrc
This commit is contained in:
parent
637d17ff26
commit
0fd965f441
1 changed files with 6 additions and 0 deletions
|
@ -19,10 +19,16 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# Let's start with the Debian packaged default;
|
||||||
|
# it has some sane defaults, and fix some bugs
|
||||||
|
source /etc/screenrc
|
||||||
|
|
||||||
|
# Now, let's override with our customiazations
|
||||||
startup_message off
|
startup_message off
|
||||||
vbell off
|
vbell off
|
||||||
msgwait 1
|
msgwait 1
|
||||||
|
|
||||||
|
# Define status commands
|
||||||
backtick 100 3600 3600 /usr/share/screen-profiles/bin/release
|
backtick 100 3600 3600 /usr/share/screen-profiles/bin/release
|
||||||
backtick 101 3600 3600 /usr/share/screen-profiles/bin/updates-available
|
backtick 101 3600 3600 /usr/share/screen-profiles/bin/updates-available
|
||||||
backtick 102 10 10 /usr/share/screen-profiles/bin/reboot-required
|
backtick 102 10 10 /usr/share/screen-profiles/bin/reboot-required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue