Enable x11 fallback for QT and SDL
This commit is contained in:
parent
9ad84c574a
commit
d6a7dba193
@ -1,11 +1,11 @@
|
||||
# wayland for qt
|
||||
QT_QPA_PLATFORM=wayland
|
||||
QT_QPA_PLATFORM='wayland;xcb'
|
||||
# default editor
|
||||
EDITOR=vim
|
||||
# wayland for clutter
|
||||
CLUTTER_BACKEND=wayland
|
||||
# wayland for sdl
|
||||
SDL_VIDEODRIVER=wayland
|
||||
SDL_VIDEODRIVER='wayland,x11'
|
||||
# wayland firefox & thunderbird
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
# keyboard layout for gamescope
|
||||
|
Loading…
Reference in New Issue
Block a user