mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Some checks failed
CI / GitHub Env Debug (push) Has been cancelled
CI / Setup Release (push) Has been cancelled
CI Docker / Check Dockerfiles (push) Has been cancelled
CodeQL / Get language matrix (push) Has been cancelled
Build GH-Pages / prep (push) Has been cancelled
CI / Linux Flatpak (aarch64, ubuntu-22.04-arm) (push) Has been cancelled
CI / Linux Flatpak (x86_64, ubuntu-22.04) (push) Has been cancelled
CI / Linux AppImage (push) Has been cancelled
CI / Homebrew (macos-13) (push) Has been cancelled
CI / Homebrew (macos-14) (push) Has been cancelled
CI / Homebrew (ubuntu-latest) (push) Has been cancelled
CI / Homebrew (ubuntu-latest (Release)) (push) Has been cancelled
CI / Windows (push) Has been cancelled
CI Docker / Setup Release (push) Has been cancelled
CI Docker / Docker${{ matrix.tag }} (push) Has been cancelled
CodeQL / Analyze (${{ matrix.name }}) (push) Has been cancelled
Build GH-Pages / call-jekyll-build (push) Has been cancelled
35 lines
679 B
JSON
35 lines
679 B
JSON
{
|
|
"env": {
|
|
"PATH": "$(PATH):$(HOME)/.local/bin"
|
|
},
|
|
"apps": [
|
|
{
|
|
"name": "Desktop",
|
|
"image-path": "desktop.png"
|
|
},
|
|
{
|
|
"name": "Low Res Desktop",
|
|
"image-path": "desktop.png",
|
|
"prep-cmd": [
|
|
{
|
|
"do": "xrandr --output HDMI-1 --mode 1920x1080",
|
|
"undo": "xrandr --output HDMI-1 --mode 1920x1200"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Steam Big Picture",
|
|
"detached": [
|
|
"setsid steam steam://open/bigpicture"
|
|
],
|
|
"prep-cmd": [
|
|
{
|
|
"do": "",
|
|
"undo": "setsid steam steam://close/bigpicture"
|
|
}
|
|
],
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|