mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-07 07:57:20 +02:00
bash/usr-local-bin/steam: configure mangohud, prefer flatpak, run with mangohud & gamemoderun
This commit is contained in:
parent
a7940c00dc
commit
3ef6d81507
@ -1,12 +1,14 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
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
|
# So my Steam downloads don't go through the VPN and it won't prompt for
|
||||||
# password that often
|
# password that often
|
||||||
#/usr/bin/mullvad-exclude
|
#/usr/bin/mullvad-exclude
|
||||||
/usr/bin/steam $@
|
#/usr/bin/steam $@
|
||||||
# Having "flatpak run" will make mullvad-exclude lose effect!
|
# Having "flatpak run" will make mullvad-exclude lose effect!
|
||||||
# Additionally I wasn't able to get this to access the usual game library
|
# Additionally I wasn't able to get this to access the usual game library
|
||||||
# or keep using compatibility tool (Proton) checked.
|
# or keep using compatibility tool (Proton) checked.
|
||||||
#/usr/bin/mullvad-exclude
|
#/usr/bin/mullvad-exclude
|
||||||
#/var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@
|
mangohud gamemoderun /var/lib/flatpak/exports/bin/com.valvesoftware.Steam $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user