From 77b8728f3e0e207cfefd4bd1abfc16cbf36086a5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 28 Apr 2025 18:52:23 +0300 Subject: [PATCH] flatpak-workarounds.bash: add mangohud for Steam --- bash/flatpak-workarounds.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 5ecfdd0..96de46c 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -83,6 +83,8 @@ flatpak override com.heroicgameslauncher.hgl --filesystem=~/SteamLibrary:create flatpak override com.valvesoftware.Steam --nosocket=fallback-x11 --socket=x11 $@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x11 $@ +flatpak override com.valvesoftware.Steam --env=MANGOHUD=1 $@ + # For use with system syncthing, note its flags flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@