mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-31 11:29:07 +00:00
20 lines
317 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|