sdl x11 fallback on wayland
This commit is contained in:
parent
109edac30c
commit
0ccb525640
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
checkConfig = false; # doesnt work with custom wallpaper
|
checkConfig = false; # doesnt work with custom wallpaper
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland,x11,windows
|
||||||
|
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue