mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
added command for steam
This commit is contained in:
parent
f1fe4349e4
commit
c95c4d07e2
@ -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 ; }
|
||||
|
Loading…
Reference in New Issue
Block a user