#Changing browser for webapps

12 messages · Page 1 of 1 (latest)

rough heath
#

I am trying to use zen as the browser for webapps but not sure how to do it i have made zen my default browser but its not working for webapps

modern wren
#

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

knotty slate
#

so the webapps will not work

#

there is a patch for it ig

runic thistle
#

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"

rough heath
runic thistle
#

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

rough heath
#

yeah that's what i thought i will probably stick to your suggestion

#

thank you

knotty slate