Update crontab example to include turning off the display after the nightly reboot.

This commit is contained in:
Jarno Rantanen 2018-08-10 23:44:02 +03:00
parent 879fb13354
commit a9f30b610b

View File

@ -14,8 +14,9 @@
# Example: Turn display on weekdays at 7 AM
# 0 7 * * 1-5 ~/display-on.sh
# Example: Turn display off weekdays at 7 PM
# Example: Turn display off weekdays at 7 PM (and after the nightly reboot)
# 0 19 * * 1-5 ~/display-off.sh
# 10 3 * * 1-5 ~/display-off.sh
# Example: Reload webpage every hour
# 0 * * * * DISPLAY=:0.0 xdotool key ctrl+R