#Changing browser for webapps
12 messages · Page 1 of 1 (latest)
Yeah, cause the webapps are installed with chromium ! So, that's why it's the problem ! you have to remove all of them first, then I guess reinstall with gen! Hope it helps
the webapps use pwd zen is firefox based which doesn't have pwa support
so the webapps will not work
there is a patch for it ig
you can manualy change omarchy-launch-webapp with uwsm app -- zen-browser in ~/.config/hypr/bindings.conf like this
# Application bindings
$terminal = uwsm app -- $TERMINAL
#$browser = omarchy-launch-browser
$browser = uwsm app -- zen-browser
bindd = SUPER, return, Terminal, exec, $terminal --working-directory="$(omarchy-cmd-terminal-cwd)"
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
bindd = SUPER, B, Browser, exec, $browser
bindd = SUPER SHIFT, B, Browser (private), exec, $browser --private
bindd = SUPER, M, Music, exec, omarchy-launch-or-focus spotify
bindd = SUPER, N, Editor, exec, omarchy-launch-editor
bindd = SUPER, T, Activity, exec, $terminal -e btop
bindd = SUPER, D, Docker, exec, $terminal -e lazydocker
bindd = SUPER, G, Signal, exec, omarchy-launch-or-focus signal "uwsm app -- signal-desktop"
bindd = SUPER, O, Obsidian, exec, omarchy-launch-or-focus obsidian "uwsm app -- obsidian -disable-gpu --enable-wayland-ime"
bindd = SUPER, slash, Passwords, exec, uwsm app -- 1password
# If your web app url contains #, type it as ## to prevent hyperland treat it as comments
bindd = SUPER, A, ChatGPT, exec, $browser "https://chatgpt.com"
bindd = SUPER SHIFT, A, Grok, exec, $browser "https://grok.com"
bindd = SUPER, C, Calendar, exec, $browser "https://app.hey.com/calendar/weeks/"
bindd = SUPER, E, Email, exec, $browser "https://app.hey.com"
this works but wouldnt it be better to make changes in the ~/.local/share/omarchy/bin/omarchy-launch-webapp script so the changes are global? and maybe make these changes to all other webapp scripts so installing is easier but i am not sure if the update will break them
I don't think so.
I think this is just a matter of user preference.
Remember, the main concept of omarchy, this is opinionated Linux.
And... You can change manualy omarchy-launch-webapp. But, if you get a new update of omarchy. The changes you made will be override with new one
it will cause issues with your updates then