mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-01 19:54:41 +02:00
google-chrome: add flatpak
This commit is contained in:
parent
ce512db43d
commit
70c98bc45b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user