Steam Question
Hello folks i was just wondering how to launch steam in background when bazzite start, because when i start it steam's on full screen
Thank you
2 Replies
cp /usr/share/applications/steam.desktop ~/.config/autostart/steam.desktop
then nano ~/.config/autostart/steam.desktop
And change Exec= in that file to be:
Exec=/usr/bin/bazzite-steam -silent %U
thank you !!!