From 898f0ea28d0693db92c557f817efae7527abcbd4 Mon Sep 17 00:00:00 2001 From: jackun Date: Fri, 17 Sep 2021 23:35:35 +0300 Subject: [PATCH] Update README.md Per-application configuration in ~/.config/MangoHud --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4bffbc4..f2c55564 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,9 @@ Some Linux native OpenGL games overrides LD_PRELOAD and stops MangoHud from work MangoHud comes with a config file which can be used to set configuration options globally or per application. The priorities of different config files are: 1. `/path/to/application/dir/MangoHud.conf` -2. `$HOME/.config/MangoHud/{application_name}.conf` +2. Per-application configuration in ~/.config/MangoHud: + 1. `$HOME/.config/MangoHud/application_name.conf` + 2. `$HOME/.config/MangoHud/wine-application_name.conf` for wine/proton apps 3. `$HOME/.config/MangoHud/MangoHud.conf` You can find an example config in /usr/share/doc/mangohud