env: forgot to add them back

This commit is contained in:
Kaley, Fischer 2023-12-28 18:54:20 +01:00
parent 8296f94fdd
commit aba725a29e

View file

@ -34,6 +34,10 @@ int main(int argc, char** argv) {
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1); setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
setenv("MOZ_ENABLE_WAYLAND", "1", 1); setenv("MOZ_ENABLE_WAYLAND", "1", 1);
setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1); setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1);
setenv("XDG_SESSION_TYPE", "wayland", 1);
setenv("QT_QPA_PLATFORM", "wayland", 1);
setenv("SDL_VIDEODRIVER", "wayland", 1);
setenv("OZONE_PLATFORM", "wayland", 1);
// parse some args // parse some args
std::string configPath; std::string configPath;