env: move XDG_SESSION_TYPE to before backend init (#9390)

This commit is contained in:
nyx 2025-02-12 08:54:42 -05:00 committed by GitHub
parent f83fe9986b
commit 68bb3e7f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -43,6 +43,7 @@ int main(int argc, char** argv) {
setenv("HYPRLAND_CMD", cmd.c_str(), 1);
setenv("XDG_BACKEND", "wayland", 1);
setenv("XDG_SESSION_TYPE", "wayland", 1);
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
setenv("MOZ_ENABLE_WAYLAND", "1", 1);