We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07ec87 commit 471c7bcCopy full SHA for 471c7bc
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Bazzite
+name: Build Bazzite
2
on:
3
schedule:
4
- cron: '0 9 * * 2,5' # 9 am utc tues thurs
system_files/deck/shared/usr/bin/bazzite-steam
@@ -7,7 +7,7 @@ if [[ "$XDG_SESSION_TYPE" = "wayland" ]]; then
7
# It's been primarily developed for allowing the desktop functionality
8
# on the Steam Controller to work while Steam is open on Wayland.
9
# Also supports Steam Input as a whole.
10
- env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$*"
+ env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam -steamdeck "$*"
11
else
12
- /usr/bin/steam "$*"
+ /usr/bin/steam -steamdeck "$*"
13
fi
0 commit comments