mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-12-27 15:18:29 +00:00
19 lines
296 B
JSON
19 lines
296 B
JSON
{
|
|
"env": {
|
|
"PATH": "$(PATH):$(HOME)/.local/bin"
|
|
},
|
|
"apps": [
|
|
{
|
|
"name": "Desktop",
|
|
"image-path": "desktop.png"
|
|
},
|
|
{
|
|
"name": "Steam Big Picture",
|
|
"detached": [
|
|
"open steam://open/bigpicture"
|
|
],
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|