gamemode.ini 757 B

12345678910111213141516171819202122232425
  1. [general]
  2. ; The reaper thread will check every 10 seconds for exited clients
  3. reaper_freq=10
  4. ; The desired governor is used when entering GameMode instead of "performance"
  5. desiredgov=performance
  6. ; The default governer is used when leaving GameMode instead of restoring the original value
  7. defaultgov=powersave
  8. [filter]
  9. ; If "whitelist" entry has a value(s)
  10. ; gamemode will reject anything not in the whitelist
  11. ;whitelist=RiseOfTheTombRaider
  12. ; Gamemode will always reject anything in the blacklist
  13. blacklist=HalfLife3
  14. glxgears
  15. [custom]
  16. ; Custom scripts (executed using the shell) when gamemode starts and ends
  17. start=notify-send "GameMode started"
  18. /home/me/bin/stop_ethmining.sh
  19. end=notify-send "GameMode ended"
  20. /home/me/bin/start_ethmining.sh