chromium/chromium.conf
2023-02-06 18:28:56 +01:00

6 lines
138 B
Plaintext

# system wide chromium flags
if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then
CHROMIUM_FLAGS="--use-gl=egl"
fi