Bottles
Bottles copied to clipboard
[Request]: Add more Launch Options placeholders
Tell us the problem or your need
I've so far had two issues that I think would be solvable on my own if I had access to more launch options variables.
The first is issue #1283.
The second is the desire to open a specific program in a virtual desktop.
Describe the solution you'd like
I would like it if we had more options in the launch options.
With #1283 in mind, in place of %command%, to start the application from the program's folder
variable I might use:
%runner% start /d %folder% %path%
Or to run a program from a virtual desktop:
%runner% explorer /desktop=name,1024x768 %path%
Other solutions?
Specific properties for programs' configurations for these sorts of edge-cases could work as well, but the added flexibility here seems more powerful.
Additional context and references
Adding other variables, such as %name%
could be useful, too.
Looks good