Skip to content

Commit

Permalink
added command for steam
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Jul 15, 2024
1 parent f1fe434 commit c95c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ echo "export chrome_startdir=$chrome_startdir" >> ${logged_in_home}/.config/syst
# Check if either directory does not exist
if [ "${deckyplugin}" = false ]; then
# 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
steam_pid() { pgrep -x steam ; }
Expand Down

0 comments on commit c95c4d0

Please sign in to comment.