11 lines
338 B
Bash
11 lines
338 B
Bash
export XDG_CURRENT_DESKTOP=sway
|
|
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
|