This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This program monitors the screensaver and turns the monitor off | |
# when the screensaver blanks the screen, and back on again when | |
# the screensaver unblanks the screen. | |
# once you put this file in /home/pi/.local/bin/ type: | |
# sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart | |
# and add this line: | |
# @python /home/pi/.local/bin/monitor.py | |
import sys # for exit() |