Skip to content

Commit

Permalink
Merge pull request #128 from netbrain/master
Browse files Browse the repository at this point in the history
fix: watch requires a term to be set (#125)
  • Loading branch information
sHedC authored May 15, 2024
2 parents 2b59a2e + 549da1e commit 90df71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_zwift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90df71d

Please sign in to comment.