diff --git a/example/gamemode.ini b/example/gamemode.ini index 5cda965..8df3be8 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -99,10 +99,10 @@ inhibit_screensaver=1 [custom] ; Custom scripts (executed using the shell) when gamemode starts and ends ;start=notify-send "GameMode started" -; /home/me/bin/stop_ethmining.sh +; /home/me/bin/stop_foldingathome.sh ;end=notify-send "GameMode ended" -; /home/me/bin/start_ethmining.sh +; /home/me/bin/start_foldingathome.sh ; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time. ;script_timeout=10