google-chrome: add flatpak

This commit is contained in:
Aminda Suomalainen 2025-07-01 11:21:23 +03:00
parent ce512db43d
commit 70c98bc45b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -8,6 +8,8 @@ elif [[ -d "$HOME/.config/google-chrome-beta" && -d "$HOME/.cache/google-chrome-
/usr/bin/google-chrome-beta --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
elif hash google-chrome-stable 2> /dev/null; then
/usr/bin/google-chrome-stable --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
elif hash com.google.Chrome 2> /dev/null; then
com.google.Chrome --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
else
chromiuma "$@"
fi