mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
config: Allow renice configuration
This commit adds configuration support for the renice value and amends documentation and examples. This commit by itself does nothing, the following commit is needed to actually apply the new settings. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@ -106,6 +106,10 @@ defaultgov=powersave
|
||||
; force enable or disable with "on" or "off"
|
||||
softrealtime=auto
|
||||
|
||||
; By default, GameMode renices the client to -4, you can put any value between 1 and 20 here,
|
||||
; the value will be negated and applied as a nice value
|
||||
renice = 4
|
||||
|
||||
[filter]
|
||||
; If "whitelist" entry has a value(s)
|
||||
; gamemode will reject anything not in the whitelist
|
||||
|
Reference in New Issue
Block a user