aboutsummaryrefslogtreecommitdiff
path: root/rootston/main.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-03 18:58:38 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-03 18:58:38 -0400
commit30eabf38b8a79f95a8bad441833b062a4d34d1fc (patch)
treec8e39ef48bfa4db116dfd3b51167617e5d2b8683 /rootston/main.c
parent4c9807d3a68688ee0d6f96e3fc2a60f5edcca857 (diff)
parent836242b0c4b6028c6d04209f575d894fbfe85b08 (diff)
Merge branch 'master' into feature/xdg-popup
Diffstat (limited to 'rootston/main.c')
-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;
}