mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Comment out some sections in the example configuration file
Avoid potential issues if the config file is copied without modification.
This commit is contained in:
parent
7051051f19
commit
fdfc6edfd9
@ -21,13 +21,13 @@ renice = 4
|
|||||||
;whitelist=RiseOfTheTombRaider
|
;whitelist=RiseOfTheTombRaider
|
||||||
|
|
||||||
; Gamemode will always reject anything in the blacklist
|
; Gamemode will always reject anything in the blacklist
|
||||||
blacklist=HalfLife3
|
;blacklist=HalfLife3
|
||||||
glxgears
|
; glxgears
|
||||||
|
|
||||||
[custom]
|
[custom]
|
||||||
; Custom scripts (executed using the shell) when gamemode starts and ends
|
; Custom scripts (executed using the shell) when gamemode starts and ends
|
||||||
start=notify-send "GameMode started"
|
;start=notify-send "GameMode started"
|
||||||
/home/me/bin/stop_ethmining.sh
|
; /home/me/bin/stop_ethmining.sh
|
||||||
|
|
||||||
end=notify-send "GameMode ended"
|
;end=notify-send "GameMode ended"
|
||||||
/home/me/bin/start_ethmining.sh
|
; /home/me/bin/start_ethmining.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user