Modernize the default Steam shortcut
With auto-detach and properly job tracking, we don't need to run Steam detached anymore. We can just use the plain URL now too.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"env": {
|
"env": {},
|
||||||
"PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
|
|
||||||
},
|
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"name": "Desktop",
|
"name": "Desktop",
|
||||||
@@ -9,9 +7,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Steam Big Picture",
|
"name": "Steam Big Picture",
|
||||||
"detached": [
|
"cmd": "steam://open/bigpicture",
|
||||||
"steam steam://open/bigpicture"
|
"auto-detach": "true",
|
||||||
],
|
"wait-all": "true",
|
||||||
"image-path": "steam.png"
|
"image-path": "steam.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user