home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / screen / screendim.README < prev    next >
Encoding:
Text File  |  1993-12-20  |  491 b   |  14 lines

  1.  
  2. This program is a daemon which dims the screen.  If started in /etc/rc.local,
  3. it even dims the login screen.  
  4.  
  5. There is one problem with it.  The program sleeps for a second during
  6. its 'for' loop, then it checks if the dimming state has changed.  
  7. It would be better to have a trap caused by a key being hit or the mouse 
  8. being moved, but I haven't found a way to do that yet.
  9.  
  10. To make, type "make".
  11.  
  12. To install, check the destination directories in the Makefile, and type
  13. "make install".
  14.