Replies: 15 comments 14 replies
-
I think all you need to do is change the $browser = uwsm app -- chromium --new-window --ozone-platform=wayland to $browser = uwsm app -- google-chrome-stable --new-window --ozone-platform=wayland and the default browser + webapps bindings all open google-chrome - though for a different browser the When I ran google-chrome for the first time - it said "set as default" which i pressed yes on. I'm not sure what that actually does (being new to linux). |
Beta Was this translation helpful? Give feedback.
-
Since I prefer Brave browser here is what I did (ez pz): Step 1: installed Brave Bonus: I also added the Brave app and other apps with small icons to the Walker config file. It's a little more involved but any AI can review the Omarchy github and walk you thru. I am not a Linux power user and it was easy for me. |
Beta Was this translation helpful? Give feedback.
-
Not related to the question. @khalido you may want to check if you have not installed an infected package google-chrome-stable seems to be one. See https://news.itsfoss.com/arch-linux-spark-rat/ or https://linuxiac.com/arch-aur-under-fire-once-more-as-malware-resurfaces/ Better safe than sorry. |
Beta Was this translation helpful? Give feedback.
-
So I follow the steps from @tighthead3 but for librewolf use this instead: |
Beta Was this translation helpful? Give feedback.
-
Wouldn't it be better to let the user choose the desired browsers to install in the install menu? |
Beta Was this translation helpful? Give feedback.
-
I was thinking of an interactive CLI tool, e.g.: omarchy defaults that would let users easily change Example workflow:
This would make it much easier for new users to customize their setup and prevent config syntax errors. Also thought of integrating this into the existing Omarchy menu system - could add a "Defaults" option under the Setup menu that does the same interactive selection. |
Beta Was this translation helpful? Give feedback.
-
Line 38 in 3d283ea |
Beta Was this translation helpful? Give feedback.
-
$browser = uwsm app -- firefox --new-window --ozone-platform=wayland This works correctly for direct link opens (e.g., Ctrl+B). After investigating, it appears these actions use xdg-open internally (e.g., via cmd_alt = "xdg-open ...") rather than $browser. it would be nice if it use browser variable |
Beta Was this translation helpful? Give feedback.
-
I'm on # ~/.config/mimeapps.list - replace all chromium.desktop
[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
|
Beta Was this translation helpful? Give feedback.
-
Thanks to $ xdg-settings set default-web-browser firefox.desktop # or whatever else |
Beta Was this translation helpful? Give feedback.
-
In my latest version of Omarchy the default browser is configured as :
So changing the default browser is as simple as going to your desired browser and clicking the make default button. I saw many people modified the config but this works for me. |
Beta Was this translation helpful? Give feedback.
-
Looks like |
Beta Was this translation helpful? Give feedback.
-
![]() I think thats your aswer, here i put export for browser with firefox |
Beta Was this translation helpful? Give feedback.
-
added a PR that ignores the webapp aspect if default browser doens't support it (like firefox) it just opens the link in a new tab |
Beta Was this translation helpful? Give feedback.
-
I'm using Omarchy 3.0.2. When you go to
I changed it to
and everything works. SUPER B uses firefox and for all the webapps it uses Chromium. Good for me. But as @c0d3h01 said you can apparantly also set it via `.config/uwsm/default (menu > setup > defaults). Not sure why there are 2 places where you can set it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've scanned through the documentation, including trying to change default browser as I dont like using chromium which is set by default.
other things Ive tried:
xdg-settings set default-web-browser zen.desktop
as well as changing ~/.config/mimeapps.list to:
text/html=zen.desktop
x-scheme-handler/http=zen.desktop
x-scheme-handler/https=zen.desktop
where are we supposed to change the default browser and other apps that are bound to default keys? for example I'm not using 1 Password, I'm using Proton Pass, etc.
Appreciate the help!
Love omarchy so far.
Beta Was this translation helpful? Give feedback.
All reactions