You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching webapps (via keybinding, console, etc) it typically accepts flags such as the chromium profile-directory flag for opening browser with specific user profile,
The added omarchy-launch-or-focus-webapp does not accept the flags and will not open the webapp with the correct user profile when trying to pass flag:
example:
bindd = SUPER, M, Music, exec, omarchy-launch-or-focus-webapp "https://music.youtube.com" --profile-directory="Default"
Expected: open the music.youtube.com url using the chromium profile "Default"
Actual: ignores flags and opens the chromiun with the last used profile, and does not navigate the the specified url