mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Update the current example config file
This commit is contained in:
parent
a419965061
commit
d88168d39c
@ -1,9 +1,20 @@
|
|||||||
[filter]
|
[general]
|
||||||
; Gamemode will always reject anything in the blacklist
|
; The reaper thread will check every 10 seconds for exited clients
|
||||||
blacklist=HalfLife3
|
reaper_freq=10
|
||||||
glxgears
|
|
||||||
steam
|
|
||||||
|
|
||||||
|
[filter]
|
||||||
; If "whitelist" entry has a value(s)
|
; If "whitelist" entry has a value(s)
|
||||||
; gamemode will reject anything not in the whitelist
|
; gamemode will reject anything not in the whitelist
|
||||||
;whitelist=RiseOfTheTombRaider
|
;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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user