Skip to content

Commit

Permalink
fix: watch requires a term to be set (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 authored May 14, 2024
1 parent 6094b9d commit 549da1e
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 @@ -41,7 +41,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 549da1e

Please sign in to comment.