From 4482bb495cde9fba2b7a1dd1857802fbc452d405 Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 21 May 2020 23:16:57 +0200 Subject: [PATCH] Fix ordering of ipc --- cagebreak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cagebreak.c b/cagebreak.c index 0f0a539..3a2c3e7 100644 --- a/cagebreak.c +++ b/cagebreak.c @@ -511,6 +511,8 @@ main(int argc, char *argv[]) { wlr_xwayland_set_seat(xwayland, server.seat->seat); #endif + ipc_init(&server); + { // config_file should only be visible as long as it is valid char *config_file = get_config_file(); if(config_file == NULL) { @@ -533,8 +535,6 @@ main(int argc, char *argv[]) { } } - ipc_init(&server); - /* Place the cursor to the top left of the output layout. */ wlr_cursor_warp(server.seat->cursor, NULL, 0, 0);