From b249f3df9e7653e2f9943e0233ca62fac4ff94c7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 2 Feb 2009 13:54:36 +0100 Subject: [PATCH] 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 --- windows/common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/common b/windows/common index 10fd323c..c0d1cbc0 100644 --- a/windows/common +++ b/windows/common @@ -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