thor27 / steam-login

Put STEAM BigPicture mode at login screen
121 stars 30 forks source link

Use wait instead of busy loop? #38

Closed kakra closed 6 years ago

kakra commented 6 years ago

https://github.com/thor27/steam-login/blob/22d4a2d573a998f16f42376fcf7795d09784a5d2/steam-login/usr/bin/steam-de#L278

Wouldn't it make more sense to use "wait $STEAM_PID"?

thor27 commented 6 years ago

yes, you are right.

thor27 commented 6 years ago

Tried it and it didn't work because steampid is not child of that interpreter. If you manage to make it work, please send a PR. Thanks!