Disable client commands for Desktop entry by default w/ auto close Steam Big Picture by default
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user