From ca33954ce0453e99d59dd76886c9486b18e9d019 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 31 Aug 2023 01:04:46 -0700 Subject: [PATCH] chore: Switch back to $*, prepend rather than append --- system_files/usr/bin/bazzite-steam-runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/usr/bin/bazzite-steam-runtime b/system_files/usr/bin/bazzite-steam-runtime index 6216b2b..afe15f2 100755 --- a/system_files/usr/bin/bazzite-steam-runtime +++ b/system_files/usr/bin/bazzite-steam-runtime @@ -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 \ No newline at end of file