home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / ultrix / 6805 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.6 KB

  1. Xref: sparky comp.unix.ultrix:6805 comp.windows.x:16441
  2. Path: sparky!uunet!pipex!unipalm!uknet!comlab.ox.ac.uk!oxuniv!nagrwb
  3. From: nagrwb@vax.oxford.ac.uk
  4. Newsgroups: comp.unix.ultrix,comp.windows.x
  5. Subject: help - DEC.5000 / twm / .X11Startup
  6. Message-ID: <1992Sep9.100638.8758@vax.oxford.ac.uk>
  7. Date: 9 Sep 92 09:06:38 GMT
  8. Organization: Oxford University VAX 6620
  9. Lines: 33
  10.  
  11. On logging in to a DECStation5000/200 I have sitting at my desk at
  12. the moment I would like to automatically:
  13.   kill the DecWindow Manager
  14.   use twm
  15.   set a few friendly X clients
  16.   start-up epoch (which resides on another host) in an iconified state
  17.   have the DEC Session Manager and DECterm console window iconified
  18.  
  19. I'm a bit of a novice at this sort of thing so here's my .X11Startup file
  20.   
  21.    # Kill the DecWindow Manager
  22.    kill -9 `ps -ax | grep dxwm | grep -v grep | awk '{ print $1}'` 
  23.    # Use the Tab Window Manager (is nicer anyway no?)
  24.    twm &
  25.    # Start up any other X clients that are desired.
  26.    xsetroot -bitmap ...
  27.    xbiff ... &
  28.    dxclock ... &
  29.    xload ... &
  30.    xterm -iconic -title elm -e elm &
  31.    xterm ... &
  32.    xrsh otherhost /usr/local/bin/epoch ... & 
  33.  
  34. which does most of the job. However I don't know how to have the session
  35. manager and console iconified automatically. Also the "xrsh ... epoch" exits
  36. immeadiately. suggestions/help welcomed and yes i know i can set everything
  37. up just as i'd like and then xlock when I'm not around but others need access
  38. to the console.
  39.  
  40. Richard.
  41. -- 
  42. ** R.W. Brankin -- Numerical Algorithms Group Ltd. -- nagrwb@vax.ox.ac.uk **
  43. **   suggestions for sig. welcome   --   will need   include<std.discl>   **
  44.