Fix default apps.json
This commit is contained in:
@@ -30,12 +30,6 @@
|
|||||||
"detached": [
|
"detached": [
|
||||||
"setsid steam steam://open/bigpicture"
|
"setsid steam steam://open/bigpicture"
|
||||||
],
|
],
|
||||||
"prep-cmd": [
|
|
||||||
{
|
|
||||||
"do": "",
|
|
||||||
"undo": "setsid steam steam://close/bigpicture"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"image-path": "steam.png"
|
"image-path": "steam.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -19,12 +19,6 @@
|
|||||||
"detached": [
|
"detached": [
|
||||||
"open steam://open/bigpicture"
|
"open steam://open/bigpicture"
|
||||||
],
|
],
|
||||||
"prep-cmd": [
|
|
||||||
{
|
|
||||||
"do": "",
|
|
||||||
"undo": "open steam://close/bigpicture"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"image-path": "steam.png"
|
"image-path": "steam.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,15 +8,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Steam Big Picture",
|
"name": "Steam Big Picture",
|
||||||
"cmd": "steam://open/bigpicture",
|
|
||||||
"prep-cmd": [
|
|
||||||
{
|
|
||||||
"do": "",
|
|
||||||
"undo": "steam://close/bigpicture"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"auto-detach": true,
|
|
||||||
"wait-all": true,
|
|
||||||
"prep-cmd": [
|
"prep-cmd": [
|
||||||
{
|
{
|
||||||
"do": "",
|
"do": "",
|
||||||
@@ -24,6 +15,9 @@
|
|||||||
"elevated": false
|
"elevated": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"detached": [
|
||||||
|
"steam://open/bigpicture"
|
||||||
|
],
|
||||||
"image-path": "steam.png"
|
"image-path": "steam.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user