feat(environment): No fallback to xkb anymore
This commit is contained in:
parent
89793b1a20
commit
3ce4beb1c3
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
### Set wayland specific environment variables
|
### Set wayland specific environment variables
|
||||||
|
|
||||||
# Set wayland backend for GUI libraries
|
# Set wayland backend for GUI libraries
|
||||||
QT_QPA_PLATFORM=wayland;xkb
|
QT_QPA_PLATFORM=wayland
|
||||||
GDK_BACKEND=wayland,xkb
|
GDK_BACKEND=wayland
|
||||||
SDL_VIDEODRIVER=wayland
|
SDL_VIDEODRIVER=wayland
|
||||||
CLUTTER_BACKEND=wayland
|
CLUTTER_BACKEND=wayland
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue