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