added command for steam

This commit is contained in:
Roy 2024-07-15 00:56:16 -07:00 committed by GitHub
parent f1fe4349e4
commit c95c4d07e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1806,7 +1806,7 @@ echo "export chrome_startdir=$chrome_startdir" >> ${logged_in_home}/.config/syst
# Check if either directory does not exist # Check if either directory does not exist
if [ "${deckyplugin}" = false ]; then if [ "${deckyplugin}" = false ]; then
# Detach script from Steam process # Detach script from Steam process
nohup sh -c 'sleep 10; /usr/bin/steam' & nohup sh -c 'sleep 10; /usr/bin/steam %U' &
# Close all instances of Steam # Close all instances of Steam
steam_pid() { pgrep -x steam ; } steam_pid() { pgrep -x steam ; }