diff --git a/bash/usr-local-bin/steam b/bash/usr-local-bin/steam index 6a7eea7..6bedcf3 100755 --- a/bash/usr-local-bin/steam +++ b/bash/usr-local-bin/steam @@ -1,12 +1,14 @@ #!/usr/bin/env bash set -x +#export MANGOHUD=1 +export MANGOHUD_CONFIG=position=bottom-left,font_size=18 # So my Steam downloads don't go through the VPN and it won't prompt for # password that often #/usr/bin/mullvad-exclude -/usr/bin/steam $@ +#/usr/bin/steam $@ # Having "flatpak run" will make mullvad-exclude lose effect! # Additionally I wasn't able to get this to access the usual game library # or keep using compatibility tool (Proton) checked. #/usr/bin/mullvad-exclude -#/var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@ +mangohud gamemoderun /var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@ set +x