1
0

gamemode.ini 540 B

1234567891011121314151617181920
  1. [general]
  2. ; The reaper thread will check every 10 seconds for exited clients
  3. reaper_freq=10
  4. [filter]
  5. ; If "whitelist" entry has a value(s)
  6. ; gamemode will reject anything not in the whitelist
  7. ;whitelist=RiseOfTheTombRaider
  8. ; Gamemode will always reject anything in the blacklist
  9. blacklist=HalfLife3
  10. glxgears
  11. [custom]
  12. ; Custom scripts (executed using the shell) when gamemode starts and ends
  13. start=notify-send "GameMode started"
  14. /home/me/bin/stop_ethmining.sh
  15. end=notify-send "GameMode ended"
  16. /home/me/bin/start_ethmining.sh