mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 16:17:23 +02:00

Allows users to choose which governor settings they want. Should provide some future compatibility for other governor settings.
26 lines
757 B
INI
26 lines
757 B
INI
[general]
|
|
; The reaper thread will check every 10 seconds for exited clients
|
|
reaper_freq=10
|
|
|
|
; The desired governor is used when entering GameMode instead of "performance"
|
|
desiredgov=performance
|
|
; The default governer is used when leaving GameMode instead of restoring the original value
|
|
defaultgov=powersave
|
|
|
|
[filter]
|
|
; If "whitelist" entry has a value(s)
|
|
; gamemode will reject anything not in the whitelist
|
|
;whitelist=RiseOfTheTombRaider
|
|
|
|
; Gamemode will always reject anything in the blacklist
|
|
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
|
|
|
|
end=notify-send "GameMode ended"
|
|
/home/me/bin/start_ethmining.sh
|