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