I use an application called Junction (installed via flatpak) to prompt me for which browser I
want to use to open a link, and it works fine when clicking links in
most apps.
However, I noticed that in Alacritty, when I click open a link, say
doing: `echo "https://github.com/"` and click the link, Chromium gets
opened up instead.
Doing a xdg-mime query default x-scheme-handler/https returns:
re.sonny.Junction.desktop
Doing a xdg-settings get default-web-browser also returns
re.sonny.Junction.desktop
I'm not sure where the issue here is, but checking my Chromium settings,
it says it is the default browser. Checking my Firefox settings, it also
says it is the default browser.
If there's any other information I can provide to help, do let me know,
thank you.