home *** CD-ROM | disk | FTP | other *** search
-
- This program is a daemon which dims the screen. If started in /etc/rc.local,
- it even dims the login screen.
-
- There is one problem with it. The program sleeps for a second during
- its 'for' loop, then it checks if the dimming state has changed.
- It would be better to have a trap caused by a key being hit or the mouse
- being moved, but I haven't found a way to do that yet.
-
- To make, type "make".
-
- To install, check the destination directories in the Makefile, and type
- "make install".
-