Chromium: Use Wayland.

This commit is contained in:
Dmitry Voronin 2024-12-26 10:13:15 +03:00
parent 817f89bafe
commit 6179c4b466
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -80,5 +80,7 @@ in
# Disable animations.
"--wm-window-animations-disabled"
"--animation-duration-scale=0"
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
];
}