mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-01 23:34:04 +01:00
bash/usr-local-bin/steam: add comments on flatpak experimentation
This commit is contained in:
parent
fa27886ed8
commit
a39801ed79
@ -1,4 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
set -x
|
||||||
|
# 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/mullvad-exclude /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 $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user