From f4081d46f55044511931b511189d7c07543c0c33 Mon Sep 17 00:00:00 2001 From: William Pettersson Date: Fri, 7 Jan 2022 00:12:03 +0000 Subject: [PATCH] Detail option disabling in README Make it more clear/explicit in the README exactly how to disable the default options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef65908..6c0236f8 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ You can also customize the hud by using the `MANGOHUD_CONFIG` environment variab You can also specify configuration file with `MANGOHUD_CONFIGFILE=/path/to/config` for applications whose names are hard to guess (java, python etc). A partial list of parameters are below. See the config file for a complete list. -Parameters that are enabled by default have to be explicitly disabled. These (currently) are `fps`, `frame_timing`, `cpu_stats` (cpu load), `gpu_stats` (gpu load). +Parameters that are enabled by default have to be explicitly disabled. These (currently) are `fps`, `frame_timing`, `cpu_stats` (cpu load), `gpu_stats` (gpu load), and each can be disabled by setting the corresponding variable to 0 (e.g., fps=0). | Variable | Description | |------------------------------------|---------------------------------------------------------------------------------------|