summaryrefslogtreecommitdiff
path: root/scripts/desktop
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-29 14:20:21 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-29 14:20:21 -0400
commit342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (patch)
tree0cf3b25183d4e0e0081dae237f0d9b7a17f8e5d6 /scripts/desktop
parent544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (diff)
downloaddotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.gz
dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.bz2
dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.zip
Finish adding files from new moyo, misc updates
Diffstat (limited to 'scripts/desktop')
-rwxr-xr-xscripts/desktop/proton-env3
-rwxr-xr-xscripts/desktop/proton-env323
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/desktop/proton-env b/scripts/desktop/proton-env
index c25fe30..d62f488 100755
--- a/scripts/desktop/proton-env
+++ b/scripts/desktop/proton-env
@@ -18,7 +18,8 @@ unset SDL_VIDEO_DRIVER
xrandr --output $MAIN_MONITOR --primary
if [[ $MANGOHUD == 1 || -z $MANGOHUD ]]; then
- exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so:/usr/lib64/libMangoHud.so:/usr/lib64/libMangoHud_opengl.so" mangohud "$@"
+ exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so" mangohud "$@"
+ #exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so:/usr/lib64/libMangoHud.so:/usr/lib64/libMangoHud_opengl.so" mangohud "$@"
else
exec env LD_PRELOAD="/usr/lib64/libgamemodeauto.so" "$@"
fi
diff --git a/scripts/desktop/proton-env32 b/scripts/desktop/proton-env32
index 067ef02..889c105 100755
--- a/scripts/desktop/proton-env32
+++ b/scripts/desktop/proton-env32
@@ -16,7 +16,8 @@ unset SDL_VIDEO_DRIVER
xrandr --output $MAIN_MONITOR --primary
if [[ $MANGOHUD == 1 || -z $MANGOHUD ]]; then
- exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so:/usr/lib/libMangoHud.so:/usr/lib/libMangoHud_opengl.so" mangohud "$@"
+ exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so" mangohud "$@"
+ #exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so:/usr/lib/libMangoHud.so:/usr/lib/libMangoHud_opengl.so" mangohud "$@"
else
exec env LD_PRELOAD="/usr/lib/libgamemodeauto.so" "$@"
fi