From e33025c871ec13ce079b33d4a992c1f8fcbb978b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 May 2023 15:37:05 +0300 Subject: [PATCH] bash/usr-local-bin/steam: use system steam as flatpak proton is unmaintained --- bash/usr-local-bin/steam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/usr-local-bin/steam b/bash/usr-local-bin/steam index 6bedcf3..428d3a7 100755 --- a/bash/usr-local-bin/steam +++ b/bash/usr-local-bin/steam @@ -5,10 +5,10 @@ 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 $@ +mangohud gamemoderun /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 -mangohud gamemoderun /var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@ +#mangohud gamemoderun /var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@ set +x