Skip to content

Commit

Permalink
Fix default steam big picture launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Jul 14, 2024
1 parent 336a628 commit ac9c4f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions overlay/templates/sunshine/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"image-path": "steam.png",
"exclude-global-prep-cmd": "true",
"detached": [
"\/usr\/bin\/sunshine-run \/usr\/games\/steam steam:\/\/open\/bigpicture"
"\/usr\/games\/steam steam:\/\/open\/bigpicture",
"\/usr\/bin\/sunshine-run sleep infinity"
],
"prep-cmd": [
{
"do": "",
"undo": "sh -c \"sleep 7 && pkill -f -2 \/usr\/bin\/sunshine\""
"undo": "sh -c \"sleep 5 && pkill -f -2 \/usr\/bin\/sunshine\""
},
{
"do": "",
Expand All @@ -27,6 +28,10 @@
{
"do": "",
"undo": "\/usr\/bin\/xfce4-close-all-windows"
},
{
"do": "",
"undo": "\/usr\/games\/steam steam:\/\/close\/bigpicture"
}
]
}
Expand Down

0 comments on commit ac9c4f2

Please sign in to comment.