18 lines
384 B
Bash
Executable File
18 lines
384 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export XKB_DEFAULT_LAYOUT=fi
|
|
#export XKB_DEFAULT_VARIANT=fi
|
|
export XKB_DEFAULT_MODEL=pc105
|
|
|
|
#export XDG_RUNTIME_DIR=/tmp/wayland
|
|
#export WAYLAND_DISPLAY=wayland-0
|
|
|
|
# force all generic backend to use wayland backend
|
|
export GDK_BACKEND=wayland
|
|
export QT_QPA_PLATFORM=wayland-egl
|
|
export CLUTTER_BACKEND=wayland
|
|
export SDL_VIDEODRIVER=wayland
|
|
export EWOL_BACKEND=wayland
|
|
|
|
sway
|