Files
dotfiles/.config/sunshine/apps.json
2026-01-02 11:33:27 +01:00

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"
}
}