configs/dot.config/profile.d/wayland_exports.sh
2017-12-12 11:41:04 +01:00

9 lines
302 B
Bash

export XKB_DEFAULT_LAYOUT=de
export GDK_BACKEND=wayland
export CLUTTER_BACKEND=wayland
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export ECORE_EVAS_ENGINE=wayland_egl
export ELM_ENGINE=wayland_egl
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1