I am running Arch linux.
I am trying to run two applications in the URL: field within KeepassXC.
I want to open the Openrefine server, which I can do using
cmd://openrefine
but I also want to open a url within a specific browser profile which, I can do separately using
cmd://firefox -P "MyProfile" "http://127.0.0.1:3333/"
How would I combine these within the url field? I've tried a number of methods without success.
If possible I would like a pause of ~2 seconds before the firefox profile is opened but will settle for not having that if it's not possible.