Added sunshine

This commit is contained in:
2026-01-02 11:33:27 +01:00
parent 432bd834d5
commit 0e1992b36a
11 changed files with 257 additions and 26 deletions

View File

@@ -0,0 +1,38 @@
{
"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"
}
}