From a9f30b610b75394733044940eb4567478ac21147 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Fri, 10 Aug 2018 23:44:02 +0300 Subject: [PATCH] Update crontab example to include turning off the display after the nightly reboot. --- home/crontab.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/crontab.example b/home/crontab.example index d070e6e..277a804 100644 --- a/home/crontab.example +++ b/home/crontab.example @@ -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