Update the default Steam BP launch config for Sunshine

This commit is contained in:
Josh.5
2023-09-11 13:14:23 +12:00
parent aa1edd48e0
commit cb751f5a80

View File

@@ -11,11 +11,19 @@
{ {
"name": "Steam Big Picture", "name": "Steam Big Picture",
"image-path": "steam.png", "image-path": "steam.png",
"exclude-global-prep-cmd": "false", "exclude-global-prep-cmd": "true",
"detached": [ "detached": [
"\/usr\/games\/steam steam:\/\/open\/bigpicture" "\/usr\/bin\/sunshine-run \/usr\/games\/steam steam:\/\/open\/bigpicture"
], ],
"prep-cmd": [ "prep-cmd": [
{
"do": "",
"undo": "sh -c \"sleep 7 && pkill -f -2 \/usr\/bin\/sunshine\""
},
{
"do": "",
"undo": "\/usr\/bin\/sunshine-stop"
},
{ {
"do": "", "do": "",
"undo": "\/usr\/bin\/xfce4-close-all-windows" "undo": "\/usr\/bin\/xfce4-close-all-windows"