mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-15 18:53:39 +01:00
env: forgot to add them back
This commit is contained in:
parent
8296f94fdd
commit
aba725a29e
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ int main(int argc, char** argv) {
|
|||
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
|
||||
setenv("MOZ_ENABLE_WAYLAND", "1", 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
|
||||
std::string configPath;
|
||||
|
|
Loading…
Add table
Reference in a new issue