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": [
|
||||
{
|
||||
"name": "Desktop",
|
||||
"image-path": "desktop.png"
|
||||
"image-path": "desktop.png",
|
||||
"allow-client-commands": "false",
|
||||
},
|
||||
{
|
||||
"name": "Steam Big Picture",
|
||||
"cmd": "steam://open/bigpicture",
|
||||
"auto-detach": "true",
|
||||
"wait-all": "true",
|
||||
"prep-cmd": [
|
||||
{
|
||||
"do": "",
|
||||
"undo": "steam:\/\/close\/bigpicture",
|
||||
"elevated": "false"
|
||||
}
|
||||
],
|
||||
"image-path": "steam.png"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user