9 lines
302 B
Bash
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
|