Steve Ulrich
6 discussion posts
My company is constantly updating Slack to a new version, and each time they do, the absolute path to the application changes slightly,depending on the version number. As a result, I have to edit my window position profile to update the absolute path to the application fairly frequently.
It would be great if the "Process Filename" could be either partial (e.g. "Slack.exe") or could support either globs or regular expressions (e.g., ".*Slack.exe$").
Is this possible to implement?
Yep you can use an asterisks as a wild card, so *slack.exe should work
Steve Ulrich
6 discussion posts
Thanks much, Owen. I've updated my settings and you're right, '*' works.