23 lines
389 B
JSON
23 lines
389 B
JSON
|
|
{
|
||
|
|
"env": {},
|
||
|
|
"apps": [
|
||
|
|
{
|
||
|
|
"name": "Desktop",
|
||
|
|
"image-path": "desktop.png"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Steam Big Picture",
|
||
|
|
"cmd": "steam://open/bigpicture",
|
||
|
|
"prep-cmd": [
|
||
|
|
{
|
||
|
|
"do": "",
|
||
|
|
"undo": "steam://close/bigpicture"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"auto-detach": true,
|
||
|
|
"wait-all": true,
|
||
|
|
"image-path": "steam.png"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|