home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / openloo / 4810 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.3 KB

  1. Path: sparky!uunet!pipex!warwick!doc.ic.ac.uk!uknet!bcc.ac.uk!ts-b.bcc.ac.uk!ucjtrjf
  2. From: ucjtrjf@ucl.ac.uk (Jonny Farringdon)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Screen Savers for open-look
  5. Message-ID: <1992Dec11.181022.26874@bas-a.bcc.ac.uk>
  6. Date: 11 Dec 92 18:10:22 GMT
  7. References: <1g2f3hINNqpb@wugate.wustl.edu> <JSC.92Dec9160430@saxon.Eng.Sun.COM> <1992Dec10.135320.12657@ncsu.edu>
  8. Organization: Bloomsbury Computing Consortium
  9. Lines: 29
  10.  
  11.  
  12. >But, is there anyway to do it *without* having to "lock" the screen and 
  13. >enter a password to get back?
  14.  
  15. >Also, what file would I put this command in to have it run automatically? 
  16.  
  17. get xautolock from archie, /contrib on X11R5  &c
  18.  
  19. .Xdefaults ...
  20. xautolock*time:         3
  21. xautolock*locker:       xlock -nolock -mode random
  22. xautolock*corners:      ++++
  23.  
  24. (this will run xlock with a random pattern after 3 mins WITHOUT locking
  25.  your screen, key/mouse click will restore screen) Pointer in corner will
  26.  start it automatically.)
  27.  
  28. .xinitrc ...
  29.  
  30. (sleep 90; echo 'nice xautolock &' | sh) &
  31.  
  32.  
  33. (the sleep is so that starting up X doesn't take longer than it has to.
  34.  the echo is for window managers like ol[v]wm. If you use ``???wm &'' and
  35.  ``wait'' the wm can get confused and upon ``quit'', not kill xautolock, 
  36.  and leave you with a blank X screen  ;-)
  37.  
  38.  
  39. Then all will be well.  J.  ucjtrjf@ucl.ac.uk
  40.