mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Replace crypto mining reference with folding@home
Based on the change originally made by @joelsgp in PR #417, but there were issues with the original commit message: - Used an emoji which may cause rendering issues in CLI tools - Mentioned Bitcoin mining which is inaccurate and contained unnecessary censorship
This commit is contained in:
parent
6c197f9b70
commit
b9e8448afe
@ -99,10 +99,10 @@ inhibit_screensaver=1
|
|||||||
[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_foldingathome.sh
|
||||||
|
|
||||||
;end=notify-send "GameMode ended"
|
;end=notify-send "GameMode ended"
|
||||||
; /home/me/bin/start_ethmining.sh
|
; /home/me/bin/start_foldingathome.sh
|
||||||
|
|
||||||
; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time.
|
; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time.
|
||||||
;script_timeout=10
|
;script_timeout=10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user