9 lines
276 B
Bash
9 lines
276 B
Bash
export MOZ_ENABLE_WAYLAND=1
|
|
export CLUTTER_BACKEND=wayland
|
|
export QT_QPA_PLATFORM=wayland-egl
|
|
export ECORE_EVAS_ENGINE=wayland-egl
|
|
export ELM_ENGINE=wayland_egl
|
|
export SDL_VIDEODRIVER=wayland
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export NO_AT_BRIDGE=1
|
|
export MOZ_DBUS_REMOTE=1
|