From df8cdf7c64662af53d202b8a4a863e3d7bd61ffb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 10 Jul 2025 16:46:17 -0700 Subject: [PATCH] Reset xdg settings with the new .desktop file --- migrations/1752188554.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migrations/1752188554.sh b/migrations/1752188554.sh index 9d5f54d..553b0e5 100644 --- a/migrations/1752188554.sh +++ b/migrations/1752188554.sh @@ -1,2 +1,5 @@ echo "Update chromium.desktop to ensure we are always using wayland" cp ~/.local/share/omarchy/applications/chromium.desktop ~/.local/share/applications/ +xdg-settings set default-web-browser chromium.desktop +xdg-mime default chromium.desktop x-scheme-handler/http +xdg-mime default chromium.desktop x-scheme-handler/https