Update multi_apps JSON examples: refined instructions for image processing in GIMP, replaced an open command with a launch command for VLC, and corrected assignment modification instruction in LibreOffice Calc example.

This commit is contained in:
yuanmengqi
2025-07-15 07:24:33 +00:00
parent 68a9f647f4
commit 451bbf5fc2
4 changed files with 5 additions and 11 deletions

View File

@@ -15,12 +15,6 @@
]
}
},
{
"type": "open",
"parameters": {
"path": "/home/user/Desktop/rsc-ebook-collection-2023.xlsx"
}
},
{
"type": "launch",
"parameters": {
@@ -41,9 +35,9 @@
}
},
{
"type": "activate_window",
"type": "open",
"parameters": {
"window_name": "Google Chrome"
"path": "/home/user/Desktop/rsc-ebook-collection-2023.xlsx"
}
}
],