Skip to content

Commit

Permalink
chore: Switch back to $*, prepend rather than append
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 31, 2023
1 parent 36e0050 commit ca33954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/usr/bin/bazzite-steam-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "$XDG_SESSION_TYPE" = "wayland" ]] && [[ -e /usr/lib/extest/libextest.so ]
# It's been primarily developed for allowing the desktop functionality
# on the Steam Controller to work while Steam is open on Wayland.
# Also supports Steam Input as a whole.
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam-runtime "$@ -pipewire"
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam-runtime "-pipewire $*"
else
/usr/bin/steam-runtime "$@"
fi

0 comments on commit ca33954

Please sign in to comment.