From 6b2f6cbd9ce838d1de5d5b2f781ee0df25a5973f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Mar 2026 09:42:51 +0200 Subject: [PATCH] conf/MangoHud.conf: add winesync --- conf/MangoHud.conf | 1 + etc/profile.d/01-mangohud.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'