Sunshine/assets/apps.json

24 lines
406 B
JSON
Raw Normal View History

{
2019-12-16 21:44:01 +00:00
"env":{
"DISPLAY":":0",
"DRI_PRIME":"1",
"XAUTHORITY":"$(HOME)/.Xauthority",
"PATH":"$(PATH):$(HOME)/.local/bin"
},
"apps":[
{
2019-12-15 18:36:22 +00:00
"name":"Low Res Desktop",
"prep-cmd":[
2019-12-15 18:36:22 +00:00
{ "do":"xrandr --output HDMI-1 --mode 1920x1080", "undo":"xrandr --output HDMI-1 --mode 1920x1200" }
]
2019-12-15 18:36:22 +00:00
},
{
"name":"Steam BigPicture",
"output":"steam.txt",
"cmd":"steam -bigpicture",
"prep-cmd":[]
}
]
}