diff --git a/conf/MangoHud.conf b/conf/MangoHud.conf index 7a8009d3..4f70fedb 100644 --- a/conf/MangoHud.conf +++ b/conf/MangoHud.conf @@ -38,3 +38,4 @@ time_format=%X time_no_label vram wine +winesync diff --git a/etc/profile.d/01-mangohud.sh b/etc/profile.d/01-mangohud.sh index 4a560446..597d8e94 100644 --- a/etc/profile.d/01-mangohud.sh +++ b/etc/profile.d/01-mangohud.sh @@ -1,3 +1,3 @@ # Enables mangohud for everything natively supporting it (outside of flatpak?) export MANGOHUD=1 -export MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left' +export MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left,winesync'