diff --git a/scripts/appscripts/sxmo_timer.sh b/scripts/appscripts/sxmo_timer.sh index 0570b1f..a7efd3d 100755 --- a/scripts/appscripts/sxmo_timer.sh +++ b/scripts/appscripts/sxmo_timer.sh @@ -18,7 +18,6 @@ echo "Done with $@" while :; do notify-send "Done with $@"; - xset dpms force off - xset dpms force on + sxmo_vibratepine 1000 sleep 0.5 done