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:
Dustin Kirkland 2009-02-02 13:54:36 +01:00
commit b249f3df9e

View file

@ -1,3 +1,4 @@
# Default windows # Default windows
screen -t shell 1 screen -t shell 3
screen -t welcome 0 screen-profiles-helper screen -t MOTD 2 watch -n 60 cat /etc/motd
screen -t welcome 1 screen-profiles-helper