Disable client commands for Desktop entry by default w/ auto close Steam Big Picture by default

This commit is contained in:
Yukino Song
2025-01-26 04:38:03 +08:00
parent f9ed7c313d
commit 94b636f3c8

View File

@@ -3,13 +3,21 @@
"apps": [ "apps": [
{ {
"name": "Desktop", "name": "Desktop",
"image-path": "desktop.png" "image-path": "desktop.png",
"allow-client-commands": "false",
}, },
{ {
"name": "Steam Big Picture", "name": "Steam Big Picture",
"cmd": "steam://open/bigpicture", "cmd": "steam://open/bigpicture",
"auto-detach": "true", "auto-detach": "true",
"wait-all": "true", "wait-all": "true",
"prep-cmd": [
{
"do": "",
"undo": "steam:\/\/close\/bigpicture",
"elevated": "false"
}
],
"image-path": "steam.png" "image-path": "steam.png"
} }
] ]