Only run migration if it hasn't already been done
This commit is contained in:
parent
df8cdf7c64
commit
f20d135256
@ -1,5 +1,7 @@
|
|||||||
echo "Update chromium.desktop to ensure we are always using wayland"
|
echo "Update chromium.desktop to ensure we are always using wayland"
|
||||||
cp ~/.local/share/omarchy/applications/chromium.desktop ~/.local/share/applications/
|
if [[ ! -f ~/.local/share/applications/chromium.desktop ]]; then
|
||||||
xdg-settings set default-web-browser chromium.desktop
|
cp ~/.local/share/omarchy/applications/chromium.desktop ~/.local/share/applications/
|
||||||
xdg-mime default chromium.desktop x-scheme-handler/http
|
xdg-settings set default-web-browser chromium.desktop
|
||||||
xdg-mime default chromium.desktop x-scheme-handler/https
|
xdg-mime default chromium.desktop x-scheme-handler/http
|
||||||
|
xdg-mime default chromium.desktop x-scheme-handler/https
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user