
numericOverflow
17 discussion posts
I have several Firefox windows I want handled differntly than the rest which are maximized.
1) Is there a way to put priority on the entries in a postion profile editor? How are multiple matching conditions handled by order of entries or most-specific wins?
2) The window titles are dynamic, so can I use a pattern to match? Either simple wildcard or regex supported?
I tried looking over documentation and searches, but came up empty.

numericOverflow
17 discussion posts
@Keith - From my testing it looks like the `Process Filename` doesn't do pattern matching, only Window Text
This is a big shortcoming because lots of programs these days (Microsoft Teams, Github Desktop, Opera browser, many more) install their executable into new versioned folders whenever they update. This means it's impossible to use the `Process Filename` to match, unless we can use patterns.
C:\Program Files\Opera\127.0.5778.14\opera.exe
C:\Program Files\Opera\126.0.5750.59"\opera.exe
C:\Users\USERNAME\AppData\Local\GitHubDesktop\app-3.5.4\GitHubDesktop.exe
C:\Program Files\WindowsApps\MSTeams_25332.1210.4188.1171_x64__8wekyb3d8bbwe\ms-teams.exe
Matching the pattern "ms-teams.exe" would avoid these unstable installers.
Is there a reason you don't allow match on `Process Filename`? Can you add this ability - it would be VERY helpful as more apps take this strategy!
Thanks for the feedback, we'll update those links and docs.