aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-03 10:35:54 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-03 10:35:54 -0400
commiteadda29e841383c6649e8f85494516aff00b493f (patch)
tree5db6ce665c452ad00ff5c8e6878e9557f213d141
parent521e893528eb68691fad4944257fd073619d6338 (diff)
Set WAYLAND_DISPLAY in rootston environment
Duh
-rw-r--r--rootston/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/main.c b/rootston/main.c
index 7b1ca298..65a06a2f 100644
--- a/rootston/main.c
+++ b/rootston/main.c
@@ -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;
}