dwl: fix SDL_VIDEODRIVER
This commit is contained in:
parent
1e603bb6b4
commit
12956729b6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
QT_QPA_PLATFORM = "wayland;xcb";
|
QT_QPA_PLATFORM = "wayland;xcb";
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
MOZ_ENABLE_WAYLAND = 1;
|
||||||
SDL_VIDEODRIVEWR = "walyand,x11";
|
SDL_VIDEODRIVER = "wayland,x11"; # TODO: Test me
|
||||||
_JAVA_AWT_WM_NONREPARENTING = 1;
|
_JAVA_AWT_WM_NONREPARENTING = 1;
|
||||||
XDG_CURRENT_DESKTOP = "dwl";
|
XDG_CURRENT_DESKTOP = "dwl";
|
||||||
XDG_SESSION_DESKTOP = "dwl";
|
XDG_SESSION_DESKTOP = "dwl";
|
||||||
|
|
Loading…
Reference in a new issue