From fdfc6edfd92f3af868782e1a4f413b80581c4bf2 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Mon, 23 Jul 2018 17:10:32 +0100 Subject: [PATCH] Comment out some sections in the example configuration file Avoid potential issues if the config file is copied without modification. --- example/gamemode.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/gamemode.ini b/example/gamemode.ini index 36697f6..c182073 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -21,13 +21,13 @@ renice = 4 ;whitelist=RiseOfTheTombRaider ; Gamemode will always reject anything in the blacklist -blacklist=HalfLife3 - glxgears +;blacklist=HalfLife3 +; glxgears [custom] ; Custom scripts (executed using the shell) when gamemode starts and ends -start=notify-send "GameMode started" - /home/me/bin/stop_ethmining.sh +;start=notify-send "GameMode started" +; /home/me/bin/stop_ethmining.sh -end=notify-send "GameMode ended" - /home/me/bin/start_ethmining.sh +;end=notify-send "GameMode ended" +; /home/me/bin/start_ethmining.sh