#!/bin/rc
auth/fgui &
window -minx 100 -dy 60 'winwatch -f /lib/font/bit/freefont/sans/sans.18.font -e ''^(winwatch|n?faces)'''
newwin 'echo -n kprint > /dev/label; echo -n hide > /dev/wctl; cat /dev/kprint'
newwin rc
newwin 'acme -l lib/wins/acmedump.big'
newwin 'rio -s'
newwin 'cpu -c amail'
@{
sleep 3 # make sure fgui's around to ask for needed passwords
#echo -n 'open /imap/9srv.net/a 9srv' > /mail/fs/ctl # IMAP to 9srv? ew.
#echo -n 'open /imap/dalet.strand1.com/anthony dalet' > /mail/fs/ctl
echo -n 'open /imap/tet.strand1.com/anthony tet' > /mail/fs/ctl
#echo -n 'open /pop/pop.gmail.com/[email protected] gmail' > /mail/fs/ctl
mboxes=`{for (i in /mail/fs/*) {if(test -d $i) {echo -n ' -m '$i}}}
window -dx 100 'nfaces -i ' $mboxes
}&
|