X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=from-cvs%2Ffiles%2F_.configs_x11start;fp=from-cvs%2Ffiles%2F_.configs_x11start;h=00fc4b27980a703ec7b25315945dbf86b31118b5;hb=4ed6df107b1db703ad86565447aa20b6385d3116;hp=0000000000000000000000000000000000000000;hpb=5f7cd9911c34368127da9819a3afc878976c02e5;p=ian-dotfiles.git diff --git a/from-cvs/files/_.configs_x11start b/from-cvs/files/_.configs_x11start new file mode 100755 index 0000000..00fc4b2 --- /dev/null +++ b/from-cvs/files/_.configs_x11start @@ -0,0 +1,63 @@ +#!/bin/sh + +eval `.configs/configure` + +>".counters/v.$DISPLAY" + +echo -n 'starting clients ' + +# xsetroot -fg '#883030' -bg '#204050' -bitmap bitmap/root +# xsetroot -cursor bitmap/circle bitmap/circle-inv -fg white -bg black +# xset b 75 300 +#if [ "x$1" != "xnotwm" ]; then +# echo -n . ; twm & +#fi +#echo -n . ; xload & +#echo -n . ; xterm -n 'xterm d' -T xterm -geometry 80x25+0-10 & +#echo -n . ; emacs -f make-session & +#echo -n . ; unclutter -noevents & +#echo -n . ; xbiff -name xbiffs & xbiff & xbiff -name xbiff2 & +#echo -n . ; stty -isig +#echo -n . ; (while cat /dev/xconsole; do sleep 10; done) & sleep 1 +#really start-stop-daemon --stop --exec /usr/bin/X11/xconsole --user root --quie +# +#echo . ; exec xclock + +echo -n . + +sh .configs/x11start-colours=$colours + +echo -n . + +.configs/xclients & +# /usr/bin/X11/xload -geometry 120x120+34+0 & + +.configs/startemacs +# if [ "x$HOST" != xquince ] +# then +# xrsh quince /usr/bin/X11/xload -geometry 120x120+432+0 & +# fi + +xsetroot -cursor bitmap/circle bitmap/circle-inv -bg black -fg white +xset b $bvolume $bpitch $bduration +xset m $maccel $mthresh c off b 60 + +echo -n . + +# xterm -T "local" -sb -iconic -geometry 80x25-0-0 & + +# if [ "x$thost" = x ] +# then +# .configs/xtools & +# else +# cat .configs/setenvir - .configs/xtools <