25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"env": {},
|
|
"apps": [
|
|
{
|
|
"name": "Desktop",
|
|
"image-path": "desktop.png",
|
|
"allow-client-commands": "false"
|
|
},
|
|
{
|
|
"name": "Steam Big Picture",
|
|
"cmd": "steam://open/bigpicture",
|
|
"auto-detach": "true",
|
|
"wait-all": "true",
|
|
"prep-cmd": [
|
|
{
|
|
"do": "",
|
|
"undo": "steam:\/\/close\/bigpicture",
|
|
"elevated": "false"
|
|
}
|
|
],
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|