mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Add defaultgov and desiredgov config settings
Allows users to choose which governor settings they want. Should provide some future compatibility for other governor settings.
This commit is contained in:
@ -97,6 +97,11 @@ Behaviour of the config file can be explained by presenting a commented example:
|
||||
; 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
|
||||
|
Reference in New Issue
Block a user