mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
start counting at 1, instead of 0
add a window watching /etc/motd, since motd is not printed on login if launching screen by default
This commit is contained in:
parent
8f5032288a
commit
b249f3df9e
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
# Default windows
|
||||
screen -t shell 1
|
||||
screen -t welcome 0 screen-profiles-helper
|
||||
screen -t shell 3
|
||||
screen -t MOTD 2 watch -n 60 cat /etc/motd
|
||||
screen -t welcome 1 screen-profiles-helper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue