Fix wayland envvars
This commit is contained in:
parent
e6ba10685c
commit
3cd8e9776a
|
@ -71,8 +71,8 @@ in with lib; {
|
|||
extraConfig = ''
|
||||
# Set environment variables to force wayland
|
||||
env = XCURSOR_SIZE,24
|
||||
env = GDK_BACKEND,"wayland,x11"
|
||||
env = QT_QPA_PLATFORM,"wayland;xcb"
|
||||
env = GDK_BACKEND,wayland,x11
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
input {
|
||||
|
|
Loading…
Reference in New Issue