core: Preserve existing XDG_CURRENT_DESKTOP (#7347)
* Preserve existing XDG_CURRENT_DESKTOP * fix --------- Co-authored-by: vaxerski <vaxry@vaxry.net>
This commit is contained in:
parent
520e91238f
commit
15f942000e
3 changed files with 7 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ int main(int argc, char** argv) {
|
|||
setenv("XDG_BACKEND", "wayland", 1);
|
||||
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
|
||||
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
|
||||
setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1);
|
||||
|
||||
// parse some args
|
||||
std::string configPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue