Add default sunshine config on startup if missing

This commit is contained in:
Josh.5
2022-10-06 22:38:45 +13:00
parent 1fbfd235f1
commit f233991597
3 changed files with 310 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"env": {
"PATH": "$(PATH):$(HOME)\/.local\/bin"
},
"apps": [
{
"name": "Steam BigPicture",
"output": "steam.txt",
"cmd": "",
"detached": [
"\/usr\/games\/steam steam:\/\/open\/bigpicture"
]
}
]
}