sunshine-sdk/assets/apps_linux.json
2021-10-05 22:39:22 +02:00

20 lines
317 B
JSON

{
"env":{
"PATH":"$(PATH):$(HOME)/.local/bin"
},
"apps":[
{
"name":"Change Resolution Desktop",
"prep-cmd":[
{ "do":"xrandr --mode $[width]x$[height]", "undo":"xrandr --auto" }
]
},
{
"name":"Steam BigPicture",
"output":"steam.txt",
"detached":["setsid steam steam://open/bigpicture"]
}
]
}