Skip to content

Commit

Permalink
fix(yafti): Correct path to Steam desktop file for autostart on deck
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Jul 18, 2023
1 parent 0613c38 commit e30a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/deck/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ screens:
description: Launches Steam automatically on the desktop
default: true
packages:
- Enable Autostart: cp ~/usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
- Enable Autostart: cp /usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
Decky Loader:
description: A plugin loader for the Steam Deck
default: false
Expand Down

0 comments on commit e30a5d4

Please sign in to comment.