mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 05:45:59 +01:00
replace java envvar
This commit is contained in:
parent
989ee6473f
commit
20a1a47e66
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ int main(int argc, char** argv) {
|
|||
cmd += std::string(i == 0 ? "" : " ") + argv[i];
|
||||
setenv("HYPRLAND_CMD", cmd.c_str(), 1);
|
||||
setenv("XDG_BACKEND", "wayland", 1);
|
||||
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 0);
|
||||
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
|
||||
|
||||
// parse some args
|
||||
std::string configPath;
|
||||
|
|
Loading…
Reference in a new issue