| 1 |
# Alloy's system-wide default handlers. |
| 2 |
# |
| 3 |
# The sysadmin level: above the vendor file that shared-mime-info ships, below |
| 4 |
# the user's own ~/.config/mimeapps.list. So `xdg-settings set |
| 5 |
# default-web-browser` still wins, which is what `alloy browser` will use. |
| 6 |
# |
| 7 |
# Web types point at alloy-open rather than at a browser directly, because |
| 8 |
# Alloy may ship without one. alloy-open finds whatever browser is installed |
| 9 |
# (rpm or Flatpak) and, when there is none, says so instead of failing to |
| 10 |
# stderr where nobody is looking. |
| 11 |
[Default Applications] |
| 12 |
x-scheme-handler/http=alloy-open.desktop |
| 13 |
x-scheme-handler/https=alloy-open.desktop |
| 14 |
text/html=alloy-open.desktop |
| 15 |
|