10 lines
306 B
Bash
10 lines
306 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
|
|
export WLR_DRM_NO_MODIFIERS=1
|