disable wayland in sdl (doesn’t work)

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-05 17:50:35 +01:00
parent fbda01ef39
commit 050fabaa69
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -147,7 +147,6 @@ in {
}; };
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
extraSessionCommands = '' extraSessionCommands = ''
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1