Fix build

This commit is contained in:
Yukino Song
2025-02-06 18:16:55 +08:00
parent fd059e36f0
commit 78714e65fc
22 changed files with 907 additions and 434 deletions

View File

@@ -5,11 +5,13 @@
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
"image-path": "desktop.png",
"allow-client-commands": false
},
{
"name": "Low Res Desktop",
"image-path": "desktop.png",
"allow-client-commands": false,
"prep-cmd": [
{
"do": "xrandr --output HDMI-1 --mode 1920x1080",
@@ -19,6 +21,12 @@
},
{
"name": "Steam Big Picture",
"prep-cmd": [
{
"do": "",
"undo": "setsid steam steam://close/bigpicture"
}
],
"detached": [
"setsid steam steam://open/bigpicture"
],