diff --git a/run_zwift.sh b/run_zwift.sh index 8cc1988..796d0bd 100755 --- a/run_zwift.sh +++ b/run_zwift.sh @@ -33,7 +33,7 @@ do sleep 1 done -[[ -n "${DBUS_SESSION_BUS_ADDRESS}" ]] && watch -n 30 xdg-screensaver reset & +[[ -n "${DBUS_SESSION_BUS_ADDRESS}" ]] && while true; do sleep 30; xdg-screensaver reset; done & echo "Killing uneccesary applications" pkill ZwiftLauncher