38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"apps": [
|
|
{
|
|
"auto-detach": true,
|
|
"detached": [
|
|
"setsid steam steam://open/bigpicture"
|
|
],
|
|
"exclude-global-prep-cmd": false,
|
|
"exit-timeout": 5,
|
|
"image-path": "steam.png",
|
|
"name": " 1080p Steam Big Picture",
|
|
"prep-cmd": [
|
|
{
|
|
"do": "sh /home/wholteza/.config/sunshine/do.sh",
|
|
"undo": "sh /home/wholteza/.config/sunshine/undo.sh && setsid steam steam://close/bigpicture"
|
|
}
|
|
],
|
|
"wait-all": true
|
|
},
|
|
{
|
|
"auto-detach": true,
|
|
"exclude-global-prep-cmd": false,
|
|
"exit-timeout": 5,
|
|
"image-path": "desktop.png",
|
|
"name": "1080p Desktop",
|
|
"prep-cmd": [
|
|
{
|
|
"do": "sh /home/wholteza/.config/sunshine/do.sh",
|
|
"undo": "sh /home/wholteza/.config/sunshine/undo.sh"
|
|
}
|
|
],
|
|
"wait-all": true
|
|
}
|
|
],
|
|
"env": {
|
|
"PATH": "$(PATH):$(HOME)/.local/bin"
|
|
}
|
|
} |