fix: passing additional arguments to omarchy-launch-webapp#3390
fix: passing additional arguments to omarchy-launch-webapp#3390patroza wants to merge 1 commit intobasecamp:devfrom
Conversation
|
How does adding these local assigns fix things? |
i'll be honest; beats me, but with the change, the following works: without it, it doesn't. for the record, the following works fine in both situations: |
|
Hmm. I can't replicate the problem. When I do:
And then run it again, it correctly focuses on the HEY app. Maybe you window pattern is too strict? Remember it's done with fuzzy search. |
The problem is not the focusing, that works fine, but the passing of the profile directory when passed through the |
|
Looks like the problem is the space in the profile name for you. If you do: |
|
I stumbled on the same issue and ended up changing the name of the default |
before the change
omarchy-launch-or-focus-webapp "chrome-outlook.office.com__mail_inbox-Profile_2" "https://outlook.office.com/mail/inbox" "--profile-directory=Profile 2"would still launch with the default profile,
with the change, it loads with the specified Profile 2.