mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
Set WAYLAND_DISPLAY in rootston environment
Duh
This commit is contained in:
parent
521e893528
commit
eadda29e84
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ int main(int argc, char **argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
setenv("WAYLAND_DISPLAY", socket, true);
|
||||
wl_display_run(server.wl_display);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue