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