diff options
| author | 2025-10-29 14:20:21 -0400 | |
|---|---|---|
| committer | 2025-10-29 14:20:21 -0400 | |
| commit | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (patch) | |
| tree | 0cf3b25183d4e0e0081dae237f0d9b7a17f8e5d6 /scripts/desktop/proton-env | |
| parent | 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (diff) | |
| download | dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.gz dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.bz2 dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.zip | |
Finish adding files from new moyo, misc updates
Diffstat (limited to 'scripts/desktop/proton-env')
| -rwxr-xr-x | scripts/desktop/proton-env | 3 |
1 files changed, 2 insertions, 1 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 |