config: chromium-flags.conf: enable wayland for chromium

This commit is contained in:
Thomas Preisner 2021-01-22 02:56:35 +01:00
parent 74aca8f0b2
commit 6984c5f047
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland

View file

@ -140,3 +140,9 @@ if installed redshift; then
link config/redshift.conf ~/.config/redshift.conf
fi
if installed chromium; then
echo "Setting up chromium:"
link config/chromium-flags.conf ~/.config/chromium-flags.conf
fi